浏览代码

use brew bundle

Stephen 3 年之前
父节点
当前提交
df053fbc48
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      Makefile

+ 3 - 2
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