1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Merge pull request #157 from rieznik/update-command-gh-pages

Update command to install themes in gh-pages
This commit is contained in:
Mayccoll 2018-11-23 14:35:16 -05:00 committed by GitHub
commit 80f87b876b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,10 +39,10 @@
<h2> Color Scheme for Gnome Terminal and Pantheon Terminal </h2>
<p> Color Schemes For Ubuntu, Linux Mint, Elementary OS and all distributions that use gnome terminal or Pantheon Terminal, initially inspired by Elementary OS Luna. </p>
<h3> Install </h3>
<p> Just copy and paste One line command. Each theme has his own line. </p>
<p> Just copy and paste One line command. </p>
<div class="code-wrap">
<pre><code class=language-bash id="foo"> wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt </code></pre>
<pre><code class=language-bash id="foo"> wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh </code></pre>
<span class="btn-copy" data-clipboard-target="#foo">
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
</span>