mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-23 22:27:13 -04:00
use brew bundle
This commit is contained in:
parent
fcb8d49cf9
commit
df053fbc48
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -3,11 +3,12 @@
|
|||
flowy_dev: install_cargo_make
|
||||
cargo make flowy_dev
|
||||
|
||||
install_cargo_make:
|
||||
install_cargo_make:
|
||||
cargo install --force cargo-make
|
||||
brew bundle
|
||||
|
||||
install_rust:
|
||||
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
||||
echo 'export PATH="$$HOME/.cargo/bin:$$PATH"' >> ~/.bash_profile
|
||||
source ~/.bash_profile
|
||||
source ~/.bash_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue