File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,21 @@ command line tool for managing Rust versions and associated tools. You’ll need
10
10
an internet connection for the download.
11
11
-->
12
12
13
- 最初の手順は、Rustをインストールすることです。Rustは、Rustのバージョンと関連するツールを管理する、` rustup ` というコマンドラインツールを使用してダウンロードします。ダウンロードするには、インターネット接続が必要でしょう 。
13
+ 最初の手順は、Rustをインストールすることです。Rustは、Rustのバージョンと関連するツールを管理する、` rustup ` というコマンドラインツールを使用してダウンロードします。ダウンロードには、インターネットへの接続が必要になります 。
14
14
15
15
<!--
16
16
> Note: If you prefer not to use `rustup` for some reason, please see [the Rust
17
17
> installation page](https://www.rust-lang.org/tools/install) for other options.
18
18
-->
19
19
20
- > 注釈: なんらかの理由で` rustup ` を使用したくない場合、[ Rustインストールページ] ( https://www.rust-lang.org/tools/install ) で、
20
+ > 注釈: なんらかの理由で` rustup ` を使用したくない場合、[ Rustインストールページ] [ the Rust installation page ] で、
21
21
> 他の選択肢をご覧になってください。
22
22
23
+ > 訳注:日本語版のthe Rust installation pageは[ こちら] [ the Rust installation page-ja ] です。
24
+
25
+ [ the Rust installation page ] : https://www.rust-lang.org/tools/install/
26
+ [ the Rust installation page-ja: https://www.rust-lang.org/ja/tools/install/
27
+
23
28
<!--
24
29
The following steps install the latest stable version of the Rust compiler.
25
30
Rust’s stability guarantees ensure that all the examples in the book that
You can’t perform that action at this time.
0 commit comments