「Rust」の版間の差分
ナビゲーションに移動
検索に移動
(→Mac) |
|||
5行目: | 5行目: | ||
* https://www.rust-lang.org/ja/tools/install | * https://www.rust-lang.org/ja/tools/install | ||
===[[Mac]]=== | ===[[Mac]]=== | ||
+ | ---- | ||
<pre> | <pre> | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | ||
</pre> | </pre> | ||
+ | * Rustの開発環境において、全てのツールは~/.cargo/binディレクトリにインストールされるため、PATHを通す |
2022年1月17日 (月) 14:55時点における版
Rust
Install
Mac
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Rustの開発環境において、全てのツールは~/.cargo/binディレクトリにインストールされるため、PATHを通す
© 2006 矢木浩人