Skip to content

Commit 53229fc

Browse files
committed
rustup command: hide curl progress output
1 parent 49f0397 commit 53229fc

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)