docs/_site/install.html in rpsg-0.3.1 vs docs/_site/install.html in rpsg-0.3.2

- old
+ new

@@ -5,11 +5,11 @@ <title>How to Install - RPSG</title> <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="theme-color" content="#157878"/> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' /> - <link rel="stylesheet" href="/assets/css/style.css?v=71a557b53af5e905f0322456201237a9ff2729d1"/> + <link rel="stylesheet" href="/assets/css/style.css?v=ac6ad727448216a7da0d1d39d1fa24bd93badc5d"/> <script src="assets/js/pace.min.js"></script> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/> <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/> @@ -42,10 +42,43 @@ </section> <section class="main-content"> <h1 id="install-guide">Install Guide</h1> +<ul id="markdown-toc"> + <li><a href="#install-guide" id="markdown-toc-install-guide">Install Guide</a> <ul> + <li><a href="#for-macosx" id="markdown-toc-for-macosx">For Mac/OSX</a> <ul> + <li><a href="#useful-skills" id="markdown-toc-useful-skills">Useful Skills:</a> <ul> + <li><a href="#to-open-the-terminal" id="markdown-toc-to-open-the-terminal">To open the Terminal</a></li> + <li><a href="#to-copy" id="markdown-toc-to-copy">To Copy</a></li> + <li><a href="#to-paste" id="markdown-toc-to-paste">To Paste</a></li> + </ul> + </li> + <li><a href="#step-1---installing-xcode-command-line-tools" id="markdown-toc-step-1---installing-xcode-command-line-tools">Step 1 - Installing XCode Command Line Tools</a></li> + <li><a href="#step-2---installing-homebrew" id="markdown-toc-step-2---installing-homebrew">Step 2 - Installing Homebrew</a></li> + <li><a href="#step-3---installing-rvmrubyrubygems" id="markdown-toc-step-3---installing-rvmrubyrubygems">Step 3 - Installing RVM/Ruby/RubyGems</a></li> + <li><a href="#step-4---installing-rpsg" id="markdown-toc-step-4---installing-rpsg">Step 4 - Installing RPSG</a></li> + <li><a href="#step-5---running-rpsg" id="markdown-toc-step-5---running-rpsg">Step 5 - Running RPSG</a></li> + </ul> + </li> + <li><a href="#for-windows" id="markdown-toc-for-windows">For Windows</a> <ul> + <li><a href="#useful-skills-1" id="markdown-toc-useful-skills-1">Useful Skills</a> <ul> + <li><a href="#opening-the-command-prompt" id="markdown-toc-opening-the-command-prompt">Opening the Command Prompt</a></li> + <li><a href="#to-copy-1" id="markdown-toc-to-copy-1">To Copy</a></li> + <li><a href="#to-paste-1" id="markdown-toc-to-paste-1">To Paste</a></li> + </ul> + </li> + <li><a href="#step-1---downloading-ruby-installer" id="markdown-toc-step-1---downloading-ruby-installer">Step 1 - Downloading Ruby Installer</a></li> + <li><a href="#step-2---installing-ruby--rubygems" id="markdown-toc-step-2---installing-ruby--rubygems">Step 2 - Installing Ruby &amp; RubyGems</a></li> + <li><a href="#step-3---installing-rpsg" id="markdown-toc-step-3---installing-rpsg">Step 3 - Installing RPSG</a></li> + <li><a href="#step-4---running-rpsg" id="markdown-toc-step-4---running-rpsg">Step 4 - Running RPSG</a></li> + </ul> + </li> + </ul> + </li> +</ul> + <blockquote> <p>This guide will tell you how to install everything that is needed for using my <strong><code class="highlighter-rouge">RPSG</code></strong> gem.</p> </blockquote> <h2 id="for-macosx">For Mac/OSX</h2> @@ -61,19 +94,19 @@ <li>RPSG (my RubyGem)</li> </ol> <h3 id="useful-skills">Useful Skills:</h3> -<h4 id="to-open-the-terminal">To open the <code class="highlighter-rouge">Terminal</code>:</h4> +<h4 id="to-open-the-terminal">To open the Terminal</h4> <ol> <li>Press <kbd>Command</kbd> + <kbd>Space</kbd></li> <li>Type in <code class="highlighter-rouge">Terminal</code></li> <li>Press <kbd>Return</kbd></li> </ol> -<h4 id="to-copy">To Copy:</h4> +<h4 id="to-copy">To Copy</h4> <ol> <li>Press <kbd>Command</kbd> + <kbd>C</kbd></li> </ol> @@ -136,10 +169,10 @@ <li>Press <kbd>Windows</kbd> + <kbd>R</kbd></li> <li>Type in <code class="highlighter-rouge">cmd</code></li> <li>Press <kbd>Enter</kbd></li> </ol> -<h4 id="to-copy-1">To Copy:</h4> +<h4 id="to-copy-1">To Copy</h4> <ol> <li>Press <kbd>Control</kbd> + <kbd>C</kbd></li> </ol>