Skip to content

Commit 99a0305

Browse files
committed
refine wording on install instruction
1 parent 1028988 commit 99a0305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/getting-started.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ <h1 id="getting-started">Try Dotty</h1>
55
<p>If you are a Mac user, you can install Dotty with <a href="https://brew.sh/">brew</a>:</p>
66
<pre class="sourceCode bright"><code>brew install lampepfl/brew/dotty</code></pre>
77

8-
<p>If you are a Linux or Windows user, download the <a href="https://github.com/lampepfl/dotty/releases">latest release</a>. Optionally add the folder path <code>bin/</code> to the system environment variable <code>PATH</code>. </p>
8+
<p>If you are a Linux or Windows user, download the <a href="https://github.com/lampepfl/dotty/releases">latest release</a>. Optionally add path of the folder <code>bin/</code> to the system environment variable <code>PATH</code>. </p>
99

10-
<p>Now you can compile the Scala source code:<p>
10+
<p>Now you can compile Scala source code:<p>
1111
<pre class="sourceCode bright"><code>dotc hello.scala</code></pre>
1212

1313
<p>To start the RPEL, run: <code>dotr</code><p>

0 commit comments

Comments
 (0)