Skip to content

Commit 329e0d9

Browse files
committed
Merge pull request #41 from jgillich/patch-1
rustup command: hide curl progress output
2 parents 9d0101f + 53229fc commit 329e0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/install.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010

1111
<pre>
12-
$ curl https://static.rust-lang.org/rustup.sh | sudo bash
12+
$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
1313
</pre>
1414

1515
<h2>Only Cargo</h2>

0 commit comments

Comments
 (0)