use brew bundle

This commit is contained in:
Stephen 2021-11-16 00:19:49 -08:00 committed by GitHub
parent fcb8d49cf9
commit df053fbc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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