Skip to content

Commit

Permalink
Merge pull request #171 from lf-lang/sudo-instructions
Browse files Browse the repository at this point in the history
Added sudo to download instructions
  • Loading branch information
edwardalee authored Oct 19, 2023
2 parents ecf054f + 51d164f commit c00f278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lingua-franca/src/templates/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const Index: React.FC<Props> = (props) => {
<p><code>curl -Ls https://install.lf-lang.org | sh -s epoch nightly</code></p>
</p>
<p>You can use the <code>--prefix=&lt;path&gt;</code> argument to change the default install location.</p>
<p>The default prefix is <code>/usr/local/bin</code> on a Mac and <code>~/.local/bin</code> on Linux and WSL.
You may not have write access to this directory by default, in which case, if you still want to use the default prefix,
you can replace <code>sh</code> with <code>sudo sh</code> in the above commands.</p>
</div>
<div style={{borderTop: "1px lightgray solid"}}>
<h3>AUR</h3>
Expand Down

0 comments on commit c00f278

Please sign in to comment.