From df053fbc48e1f3518ef1a5468f1ab93425d53616 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 16 Nov 2021 00:19:49 -0800 Subject: [PATCH] use brew bundle --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 378df2ad25..acea6010ad 100644 --- a/Makefile +++ b/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 \ No newline at end of file + source ~/.bash_profile