2
2
layout: zh-CN/default
3
3
title: Installation · The Rust Programming Language
4
4
---
5
- < h1 class ="rustup "> Install Rust</ h1 >
5
+ < h1 class ="rustup "> 安装 Rust</ h1 >
6
6
7
7
< div class ="row rustup-row ">
8
8
< div class ="col-md-8 instr-column ">
@@ -13,14 +13,14 @@ <h1 class="rustup">Install Rust</h1>
13
13
14
14
< div id ="platform-instructions-win " class ="instructions " style ="display: none; ">
15
15
< p >
16
- To install Rust, download and run
16
+ 安装 Rust:下载并运行
17
17
< a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
18
- then follow the onscreen instructions.
18
+ 然后按照屏幕上的说明进行操作
19
19
</ p >
20
20
</ div >
21
21
22
22
< div id ="platform-instructions-android " class ="instructions " style ="display: none; ">
23
- < p > It looks like you are running Android. </ p >
23
+ < p > 您似乎正在安卓( Android)操作系统上浏览本页面 </ p >
24
24
< p >
25
25
The Rust compiler does not run on Android directly (yet),
26
26
but it does make it easy to cross-compile < em > to</ em > Android.
@@ -59,9 +59,9 @@ <h1 class="rustup">Install Rust</h1>
59
59
60
60
< div >
61
61
< p >
62
- If you are running Windows, < br /> download and run
62
+ 您正在使用的是 Windows 操作系统 < br /> 下载并运行
63
63
< a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
64
- then follow the onscreen instructions.
64
+ 然后按照屏幕上的说明进行操作。
65
65
</ p >
66
66
</ div >
67
67
</ div >
@@ -72,7 +72,7 @@ <h1 class="rustup">Install Rust</h1>
72
72
< div >
73
73
< div class ="release-version "> Rust < span > {{ site.stable }}</ span > </ div >
74
74
< a href ="{{ site.stable_blog }} ">
75
- < div class ="release-date "> {{ site.stable_date | date: "%B %-d, %Y " }}</ div >
75
+ < div class ="release-date "> {{ site.stable_date | date: "%Y 年 %b 月 %-d日 " }}</ div >
76
76
</ a >
77
77
78
78
< br >
0 commit comments