File tree 2 files changed +6
-24
lines changed
2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 24
24
</ p >
25
25
26
26
< div id ="platform-instructions-unix " class ="instructions " style ="display: none; ">
27
- < p > Run the following in your terminal< sup > † </ sup > , then follow the onscreen instructions.</ p >
27
+ < p > Run the following in your terminal, then follow the onscreen instructions.</ p >
28
28
< pre > curl https://sh.rustup.rs -sSf | sh</ pre >
29
- < p id ="sh-disclaimer ">
30
- < sup > †</ sup >
31
- < a href ="https://sandstorm.io/news/2015-09-24-is-curl-bash-insecure-pgp-verified-install ">
32
- On the security of < code > curl | sh</ code >
33
- </ a >
34
- </ p >
35
29
</ div >
36
30
37
31
< div id ="platform-instructions-win " class ="instructions " style ="display: none; ">
38
32
< p >
39
33
Download and run
40
- < a class =" rustup-link " href ="https://win.rustup.rs "> rustup‑init.exe</ a >
34
+ < a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
41
35
then follow the onscreen instructions.
42
36
</ p >
43
37
</ div >
73
67
74
68
< div id ="platform-instructions-default " class ="instructions ">
75
69
< div >
76
- < p > If you are running Unix,< br /> run the following in your terminal< sup > † </ sup > , then follow the onscreen instructions.</ p >
70
+ < p > If you are running Unix,< br /> run the following in your terminal, then follow the onscreen instructions.</ p >
77
71
< pre > curl https://sh.rustup.rs -sSf | sh</ pre >
78
- < p id ="sh-disclaimer ">
79
- < sup > †</ sup >
80
- < a href ="https://sandstorm.io/news/2015-09-24-is-curl-bash-insecure-pgp-verified-install ">
81
- On the security of < code > curl | sh</ code >
82
- </ a >
83
- </ p >
84
72
</ div >
85
73
86
74
< hr />
87
75
88
76
< div >
89
77
< p >
90
78
If you are running Windows,< br /> download and run
91
- < a class =" rustup-link " href ="https://win.rustup.rs "> rustup‑init.exe</ a >
79
+ < a href ="https://win.rustup.rs "> rustup‑init.exe</ a >
92
80
then follow the onscreen instructions.
93
81
</ p >
94
82
</ div >
Original file line number Diff line number Diff line change 115
115
box-shadow : inset 0px 0px 20px 0px # 333333 ;
116
116
}
117
117
118
- # platform-instructions-win . rustup-link ,
119
- # platform-instructions-default . rustup-link {
118
+ # platform-instructions-win a ,
119
+ # platform-instructions-default a {
120
120
display : block;
121
121
padding-top : 0.4rem ;
122
122
padding-bottom : 0.6rem ;
@@ -130,12 +130,6 @@ hr {
130
130
line-height : 2rem ;
131
131
}
132
132
133
- # sh-disclaimer {
134
- font-size : 14px ;
135
- padding-top : 20px ;
136
- padding-bottom : 10px ;
137
- }
138
-
139
133
# warning {
140
134
color : red;
141
135
font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments