소스 검색

try using rustup-init for rust install

Stephen 3 년 전
부모
커밋
e334cde639
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      Makefile

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