Makefile 198 B

12345678910
  1. .PHONY: flowy_dev_install
  2. flowy_dev_install:
  3. brew bundle
  4. rustup-init -y --default-toolchain=stable
  5. cargo install --force cargo-make
  6. cargo install --force duckscript_cli
  7. cargo make flowy_dev