Skip to content

Commit 81dd43a

Browse files
committed
Revert "add description of rustup.rs to getting-started"
This reverts commit 2067a85.
1 parent 2067a85 commit 81dd43a

File tree

2 files changed

+14
-91
lines changed

2 files changed

+14
-91
lines changed

1.6/ja/book/getting-started.md

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,6 @@ LinuxかMacを使っているなら以下を入力するだけです
151151
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
152152
```
153153

154-
> 訳注: (Rust 1.14.0 以降)
155-
>
156-
> rustup のインストール方法は変更されました。代わりに以下を入力して下さい。
157-
>
158-
> ```bash
159-
> curl https://sh.rustup.rs -sSf | sh
160-
> ```
161-
162154
<!-- This will download a script, and stat the installation. If it all goes well, -->
163155
<!-- you’ll see this appear: -->
164156
このコマンドでスクリプトをダウンロードしインストールを始めます。
@@ -177,40 +169,29 @@ not want the script to run ‘sudo’ then pass it the --disable-sudo flag.
177169
You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
178170
or by running this script again with the --uninstall flag.
179171
180-
Continue? (y/N)
172+
Continue? (y/N)
181173
```
182174

183175
> 訳注:
184-
>
185-
>
176+
>
177+
>
186178
> ```text
187179
> Rustへようこそ。
188-
>
180+
>
189181
> このスクリプトはRustコンパイラとそのパッケージマネージャCargoをダウンロードし、/usr/local
190182
> へとインストールします。--prefix=<path> オプションを使うことで他の場所へインストール
191183
> 出来ます。
192-
>
184+
>
193185
> インストーラは「sudo」下で走るのでパスワードを尋きます。もし'sudo'を使ってほしくないなら
194186
> --disable-sudo フラグを渡します。
195-
>
187+
>
196188
> You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
197189
> or by running this script again with the --uninstall flag.
198-
>
190+
>
199191
> /usr/local/lib/rustlib/uninstall.shを実行するかこのスクリプトに--uninstallフラグを
200192
> 付けて実行することで後程アンインストール出来ます。
201-
>
202-
> 続けますか? (y/N)
203-
> ```
204-
>
205-
> (Rust 1.14.0 以降)
206-
> 全てがうまくいったなら、以下のように表示されるはずです。
207-
>
208-
> ```text
209-
> Rust is installed now. Great!
210-
> ```
211-
>
212-
> ```text
213-
> Rust はたった今インストールされました。すばらしい!
193+
>
194+
> 続けますか? (y/N)
214195
> ```
215196
216197
<!-- From here, press `y` for ‘yes’, and then follow the rest of the prompts. -->
@@ -220,20 +201,8 @@ Continue? (y/N)
220201
## Windowsでのインストール
221202
222203
<!-- If you're on Windows, please download the appropriate [installer][install-page]. -->
223-
Windowsを使っているなら適切な [インストーラ][install-page] をダウンロードして下さい。
224-
225-
> 訳注: (Rust 1.14.0 以降)
226-
>
227-
> <!-- Installing on Windows is nearly as easy: download and run -->
228-
> <!-- [rustup-init.exe]. It will start the installation in a console and -->
229-
> <!-- present the above message on success. -->
230-
> Windows にインストールするのは同じくらい簡単です。 [rustup-init.exe] をダウンロードし実行して下さい。コンソールにてインストールが始まり、成功すれば前述のメッセージが出ているでしょう。
231-
>
232-
> <!-- For other installation options and information, visit the [install] -->
233-
> <!-- page of the Rust website. -->
234-
> 他のインストールオプションや情報については、Rust のウェブサイトの [インストール][install-page] ページにアクセスして下さい。
235-
236-
[rustup-init.exe]: https://win.rustup.rs
204+
Windowsを使っているなら適切な[インストーラ][install-page]をダウンロードして下さい。
205+
237206
[install-page]: https://www.rust-lang.org/install.html
238207
239208
<!-- ## Uninstalling -->
@@ -252,14 +221,6 @@ $ sudo /usr/local/lib/rustlib/uninstall.sh
252221
<!-- an uninstall option. -->
253222
Windowsのインストーラを使ったなら `.msi` をもう一度実行すればアンインストールのオプションが出てきます。
254223

255-
> 訳注: (Rust 1.14.0 以降)
256-
>
257-
> Rust のアンインストール方法も変更されています。以下のコマンドを入力して下さい。
258-
>
259-
> ```bash
260-
> rustup self uninstall
261-
> ```
262-
263224
<!-- ## Troubleshooting -->
264225
## トラブルシューティング
265226

1.9/ja/book/getting-started.md

Lines changed: 3 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -158,38 +158,20 @@ LinuxかMacを使っているなら、ターミナルを開いて、以下のよ
158158
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
159159
```
160160

161-
> 訳注: (Rust 1.14.0 以降)
162-
>
163-
> rustup のインストール方法は変更されました。代わりに以下を入力して下さい。
164-
>
165-
> ```bash
166-
> curl https://sh.rustup.rs -sSf | sh
167-
> ```
168-
169161
<!-- This will download a script, and start the installation. If it all goes well, -->
170162
<!-- you’ll see this appear: -->
171163
このコマンドでスクリプトをダウンロードしインストールを始めます。
172-
全てが上手くいったなら、以下のように表示されるはずです。
164+
全てが上手くいったら、以下のように表示されるはずです。
173165

174166
```text
175167
Rust is ready to roll.
176168
```
177169

178170
> 訳注:
179171
>
180-
> ```text
181-
> Rustを使う準備ができました。
182-
> ```
183-
>
184-
> (Rust 1.14.0 以降)
185-
> 全てがうまくいったなら、以下のように表示されるはずです。
186172
>
187173
> ```text
188-
> Rust is installed now. Great!
189-
> ```
190-
>
191-
> ```text
192-
> Rust はたった今インストールされました。すばらしい!
174+
> Rustを使う準備ができました。
193175
> ```
194176
195177
<!-- From here, press `y` for ‘yes’, and then follow the rest of the prompts. -->
@@ -199,20 +181,8 @@ Rust is ready to roll.
199181
## Windowsでのインストール
200182
201183
<!-- If you're on Windows, please download the appropriate [installer][install-page]. -->
202-
Windowsを使っているなら適切な [インストーラ][install-page] をダウンロードしてください。
203-
204-
> 訳注: (Rust 1.14.0 以降)
205-
>
206-
> <!-- Installing on Windows is nearly as easy: download and run -->
207-
> <!-- [rustup-init.exe]. It will start the installation in a console and -->
208-
> <!-- present the above message on success. -->
209-
> Windows にインストールするのは同じくらい簡単です。 [rustup-init.exe] をダウンロードし実行して下さい。コンソールにてインストールが始まり、成功すれば前述のメッセージが出ているでしょう。
210-
>
211-
> <!-- For other installation options and information, visit the [install] -->
212-
> <!-- page of the Rust website. -->
213-
> 他のインストールオプションや情報については、Rust のウェブサイトの [インストール][install-page] ページにアクセスして下さい。
184+
Windowsを使っているなら適切な[インストーラ][install-page]をダウンロードしてください。
214185
215-
[rustup-init.exe]: https://win.rustup.rs
216186
[install-page]: https://www.rust-lang.org/install.html
217187
218188
<!-- ## Uninstalling -->
@@ -231,14 +201,6 @@ $ sudo /usr/local/lib/rustlib/uninstall.sh
231201
<!-- an uninstall option. -->
232202
Windowsのインストーラを使ったなら `.msi` をもう一度実行すれば、アンインストールのオプションが出てきます。
233203

234-
> 訳注: (Rust 1.14.0 以降)
235-
>
236-
> Rust のアンインストール方法も変更されています。以下のコマンドを入力して下さい。
237-
>
238-
> ```bash
239-
> rustup self uninstall
240-
> ```
241-
242204
<!-- ## Troubleshooting -->
243205
## トラブルシューティング
244206

0 commit comments

Comments
 (0)