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

update command to install themes in gh-pages

This commit is contained in:
Kateryna Rieznik 2018-11-23 17:35:34 +01:00
parent b784e79641
commit c1b10d3db2

View File

@ -40,10 +40,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>