File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ Hoare
198
198
Hola
199
199
homogenous
200
200
html
201
+ https
201
202
hyperoptimize
202
203
hypotheticals
203
204
Iceburgh
@@ -357,6 +358,7 @@ PrimaryColor
357
358
println
358
359
priv
359
360
proc
361
+ proto
360
362
pthreads
361
363
pushups
362
364
QuitMessage
@@ -476,6 +478,7 @@ timestamp
476
478
Tiếng
477
479
timeline
478
480
tlborm
481
+ tlsv
479
482
TODO
480
483
TokenStream
481
484
toml
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ using these steps should work as expected with the content of this book.
28
28
If you’re using Linux or macOS, open a terminal and enter the following command:
29
29
30
30
``` text
31
- $ curl https://sh.rustup.rs -sSf | sh
31
+ $ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
32
32
```
33
33
34
34
The command downloads a script and starts the installation of the ` rustup `
You can’t perform that action at this time.
0 commit comments