[www] Make a distinction between unix, linux, mac, ...
This commit is contained in:
@@ -24,10 +24,22 @@
|
||||
the general purpose language <a href="https://www.haskell.org/">Haskell</a>
|
||||
</p>
|
||||
|
||||
<div id="platform-instructions-unix" class="instructions" style="display: none;">
|
||||
<div id="platform-instructions-linux" class="instructions" style="display: none;">
|
||||
<p>Run the following in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
<p class="other-platforms-help">You appear to be running Unix. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
|
||||
<p class="other-platforms-help">You appear to be running Linux. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
|
||||
</div>
|
||||
|
||||
<div id="platform-instructions-mac" class="instructions" style="display: none;">
|
||||
<p>Run the following in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
<p class="other-platforms-help">You appear to be running Mac OS X. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
|
||||
</div>
|
||||
|
||||
<div id="platform-instructions-freebsd" class="instructions" style="display: none;">
|
||||
<p>Run the following in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
<p class="other-platforms-help">You appear to be running FreeBSD. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
|
||||
</div>
|
||||
|
||||
<div id="platform-instructions-win32" class="instructions">
|
||||
@@ -65,7 +77,7 @@
|
||||
|
||||
<!-- duplicate the default cross-platform instructions -->
|
||||
<div>
|
||||
<p>If you are running Unix,<br/>run the following in your terminal, then follow the onscreen instructions.</p>
|
||||
<p>If you are running Linux, Mac OS X or FreeBSD,<br/>run the following in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +94,7 @@
|
||||
|
||||
<div id="platform-instructions-default" class="instructions">
|
||||
<div>
|
||||
<p>To install Haskell, if you are running Unix,<br/>run the following
|
||||
<p>To install Haskell, if you are running Linux, Mac OS X or FreeBSD,<br/>run the following
|
||||
in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
</div>
|
||||
@@ -126,7 +138,7 @@
|
||||
|
||||
<div id="platform-instructions-default" class="instructions">
|
||||
<div>
|
||||
<p>To install Haskell, if you are running Unix,<br/>run the following
|
||||
<p>To install Haskell, if you are running Linux, Mac OS X or FreeBSD,<br/>run the following
|
||||
in your terminal, then follow the onscreen instructions.</p>
|
||||
<pre>curl https://get-ghcup.haskell.org -sSf | sh</pre>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user