Skip to content

Commit 10fae79

Browse files
ice-creamertatsuya6502
authored andcommitted
update installation
1 parent 8377d7d commit 10fae79

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ch01-01-installation.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,21 @@ command line tool for managing Rust versions and associated tools. You’ll need
1010
an internet connection for the download.
1111
-->
1212

13-
最初の手順は、Rustをインストールすることです。Rustは、Rustのバージョンと関連するツールを管理する、`rustup`というコマンドラインツールを使用してダウンロードします。ダウンロードするには、インターネット接続が必要でしょう
13+
最初の手順は、Rustをインストールすることです。Rustは、Rustのバージョンと関連するツールを管理する、`rustup`というコマンドラインツールを使用してダウンロードします。ダウンロードには、インターネットへの接続が必要になります
1414

1515
<!--
1616
> Note: If you prefer not to use `rustup` for some reason, please see [the Rust
1717
> installation page](https://www.rust-lang.org/tools/install) for other options.
1818
-->
1919

20-
> 注釈: なんらかの理由で`rustup`を使用したくない場合、[Rustインストールページ](https://www.rust-lang.org/tools/install)で、
20+
> 注釈: なんらかの理由で`rustup`を使用したくない場合、[Rustインストールページ][the Rust installation page]で、
2121
> 他の選択肢をご覧になってください。
2222
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+
2328
<!--
2429
The following steps install the latest stable version of the Rust compiler.
2530
Rust’s stability guarantees ensure that all the examples in the book that

0 commit comments

Comments
 (0)