mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: update macOS dev install command
This commit is contained in:
@ -1,12 +1,10 @@
|
|||||||
.PHONY: flowy_dev install_cargo_make
|
.PHONY: flowy_dev_install
|
||||||
|
|
||||||
flowy_dev: install_cargo_make
|
flowy_dev_install:
|
||||||
cargo make flowy_dev
|
|
||||||
|
|
||||||
install_cargo_make:
|
|
||||||
cargo install --force cargo-make
|
|
||||||
brew bundle
|
|
||||||
|
|
||||||
install_rust:
|
|
||||||
brew bundle
|
brew bundle
|
||||||
rustup-init -y --default-toolchain=stable
|
rustup-init -y --default-toolchain=stable
|
||||||
|
cargo install --force cargo-make
|
||||||
|
cargo install --force duckscript_cli
|
||||||
|
cargo make flowy_dev
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user