Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 77d50a8

Browse files
committed
Merge pull request #118 from brson/rustup
Don't sudo rustup.sh
2 parents fcd298d + 6851385 commit 77d50a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3>April 24, 2015</h3>
5050
<div class="row">
5151
<div class="col-md-offset-1 col-md-10">
5252
<p>An easy way to install the beta binaries for Linux and Mac is to run this in your shell:</p>
53-
<pre><code>$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh</code></pre>
53+
<pre><code>$ curl -s https://static.rust-lang.org/rustup.sh | sh</code></pre>
5454
</div>
5555
</div>
5656

@@ -102,7 +102,7 @@ <h2>Nightly</h2>
102102
<div class="row">
103103
<div class="col-md-offset-1 col-md-10">
104104
<p>An easy way to install the nightly binaries for Linux and Mac is to run this in your shell:</p>
105-
<pre><code>$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly</code></pre>
105+
<pre><code>$ curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</code></pre>
106106
</div>
107107
</div>
108108

0 commit comments

Comments
 (0)