Improve docs and update www
This commit is contained in:
		
							parent
							
								
									0f6874bc0f
								
							
						
					
					
						commit
						c101c228d7
					
				| @ -26,6 +26,7 @@ It follows the unix UNIX philosophy of [do one thing and do it well](https://en. | ||||
| <a href="https://www.haskell.org/ghcup/" class="btn btn-primary" role="button">Quick Install</a> | ||||
| <a href="install/" class="btn btn-primary" role="button">Getting Started</a> | ||||
| <a href="guide/" class="btn btn-primary" role="button">User Guide</a> | ||||
| <a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/issues" class="btn btn-primary" role="button">Issue tracker</a> | ||||
| </div> | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
| @ -26,19 +26,19 @@ | ||||
|       <div id="platform-instructions-linux" class="instructions" style="display: none;"> | ||||
|         <p>On Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||||
| 		<div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div>  | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running Linux</a></p> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://ghcup.readthedocs.io/en/latest/install/#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running Linux</a></p> | ||||
|       </div> | ||||
| 
 | ||||
|       <div id="platform-instructions-mac" class="instructions" style="display: none;"> | ||||
|         <p>On macOS, run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||||
| 		<div class="command-button"><pre><span class='ghcup-command' id="ghcup-command-normal">curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running macOS</a></p> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://ghcup.readthedocs.io/en/latest/install/#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running macOS</a></p> | ||||
|       </div> | ||||
| 
 | ||||
|       <div id="platform-instructions-freebsd" class="instructions" style="display: none;"> | ||||
|         <p>On FreeBSD Run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||||
| 		<div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running FreeBSD</a></p> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://ghcup.readthedocs.io/en/latest/install/#manual-install">I don't like curl | sh</a> <b> · </b> <a class="default-platform-button" href="#">I'm not running FreeBSD</a></p> | ||||
|       </div> | ||||
| 
 | ||||
|       <div id="platform-instructions-win32" class="instructions"> | ||||
| @ -101,7 +101,7 @@ | ||||
|         <div> | ||||
|           <p>If you are running Linux, macOS, FreeBSD or Windows Subsystem 2 for Linux, run the following in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||||
| 		  <div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||||
| 		<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">I don't like curl | sh</a></p> | ||||
| 		<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://ghcup.readthedocs.io/en/latest/install/#manual-install">I don't like curl | sh</a></p> | ||||
|         </div> | ||||
| 
 | ||||
|         <hr/> | ||||
| @ -120,7 +120,7 @@ | ||||
|           <p>To install Haskell, if you are running Linux, macOS, FreeBSD or Windows Subsystem 2 for Linux, run the following | ||||
|           in your terminal (as a user other than root), then follow the onscreen instructions.</p> | ||||
| 		  <div class="command-button"><pre><span class='ghcup-command'>curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh</span></pre><button class="tooltip" onclick="copyToClipboard()"><img src="copy.svg" alt="" /><span class="tooltiptext">Copy to clipboard</span></button></div> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://gitlab.haskell.org/haskell/ghcup-hs#manual-install">I don't like curl | sh</a></p> | ||||
| 	<p class="other-help"><a href="https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/scripts/bootstrap/bootstrap-haskell" target="_blank">What does this do?</a> <b> · </b> <a href="https://ghcup.readthedocs.io/en/latest/install/#manual-install">I don't like curl | sh</a></p> | ||||
|         </div> | ||||
| 
 | ||||
|         <hr/> | ||||
| @ -152,7 +152,7 @@ | ||||
|         <br/> | ||||
|         <a href="https://www.haskell.org/downloads/">other installation options</a> | ||||
| 		<b> · </b> | ||||
|         <a href="https://gitlab.haskell.org/haskell/ghcup-hs">about ghcup</a> | ||||
|         <a href="https://ghcup.readthedocs.io/en/latest/">read the docs</a> | ||||
| 		<b> · </b> | ||||
|         <a href="https://github.com/rust-lang/rustup.rs/tree/master/www">web design from rustup</a> | ||||
|       </p> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user