@@ -151,14 +151,6 @@ LinuxかMacを使っているなら以下を入力するだけです
151
151
$ curl -sSf https://static.rust-lang.org/rustup.sh | sh
152
152
```
153
153
154
- > 訳注: (Rust 1.14.0 以降)
155
- >
156
- > rustup のインストール方法は変更されました。代わりに以下を入力して下さい。
157
- >
158
- > ``` bash
159
- > curl https://sh.rustup.rs -sSf | sh
160
- > ` ` `
161
-
162
154
<!-- This will download a script, and stat the installation. If it all goes well, -->
163
155
<!-- you’ll see this appear: -->
164
156
このコマンドでスクリプトをダウンロードしインストールを始めます。
@@ -177,40 +169,29 @@ not want the script to run ‘sudo’ then pass it the --disable-sudo flag.
177
169
You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
178
170
or by running this script again with the --uninstall flag.
179
171
180
- Continue? (y/N)
172
+ Continue? (y/N)
181
173
```
182
174
183
175
> 訳注:
184
- >
185
- >
176
+ >
177
+ >
186
178
> ``` text
187
179
> Rustへようこそ。
188
- >
180
+ >
189
181
> このスクリプトはRustコンパイラとそのパッケージマネージャCargoをダウンロードし、/usr/local
190
182
> へとインストールします。--prefix=<path> オプションを使うことで他の場所へインストール
191
183
> 出来ます。
192
- >
184
+ >
193
185
> インストーラは「sudo」下で走るのでパスワードを尋きます。もし'sudo'を使ってほしくないなら
194
186
> --disable-sudo フラグを渡します。
195
- >
187
+ >
196
188
> You may uninstall later by running /usr/local/lib/rustlib/uninstall.sh,
197
189
> or by running this script again with the --uninstall flag.
198
- >
190
+ >
199
191
> /usr/local/lib/rustlib/uninstall.shを実行するかこのスクリプトに--uninstallフラグを
200
192
> 付けて実行することで後程アンインストール出来ます。
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)
214
195
> ```
215
196
216
197
<!-- From here, press `y` for ‘yes’, and then follow the rest of the prompts. -->
@@ -220,20 +201,8 @@ Continue? (y/N)
220
201
## Windowsでのインストール
221
202
222
203
<!-- 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
+
237
206
[install-page]: https://www.rust-lang.org/install.html
238
207
239
208
<!-- ## Uninstalling -->
@@ -252,14 +221,6 @@ $ sudo /usr/local/lib/rustlib/uninstall.sh
252
221
<!-- an uninstall option. -->
253
222
Windowsのインストーラを使ったなら ` .msi ` をもう一度実行すればアンインストールのオプションが出てきます。
254
223
255
- > 訳注: (Rust 1.14.0 以降)
256
- >
257
- > Rust のアンインストール方法も変更されています。以下のコマンドを入力して下さい。
258
- >
259
- > ``` bash
260
- > rustup self uninstall
261
- > ` ` `
262
-
263
224
<!-- ## Troubleshooting -->
264
225
## トラブルシューティング
265
226
0 commit comments