mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
try using rustup-init for rust install
This commit is contained in:
parent
1cdf5aea53
commit
e334cde639
6
Makefile
6
Makefile
@ -8,7 +8,5 @@ install_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
|
||||
brew bundle
|
||||
rustup-init -y
|
||||
|
Loading…
Reference in New Issue
Block a user