mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
feat: update macOS dev install command
This commit is contained in:
parent
f192406afd
commit
afa629a2b4
1 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,10 @@
|
|||
.PHONY: flowy_dev install_cargo_make
|
||||
.PHONY: flowy_dev_install
|
||||
|
||||
flowy_dev: install_cargo_make
|
||||
cargo make flowy_dev
|
||||
|
||||
install_cargo_make:
|
||||
cargo install --force cargo-make
|
||||
brew bundle
|
||||
|
||||
install_rust:
|
||||
flowy_dev_install:
|
||||
brew bundle
|
||||
rustup-init -y --default-toolchain=stable
|
||||
cargo install --force cargo-make
|
||||
cargo install --force duckscript_cli
|
||||
cargo make flowy_dev
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue