Updated install instructions to be more comprehensive
Before, the install instructions didn't really tell you 100% of what you needed.
Before, the install instructions didn't really tell you 100% of what you needed.
by steve0greatness, Tuesday, 14 May 2024, 04:59:33 (1715662773), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:15 (1738049655)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
99d04aedccc81e95d1e7f283551afa35dd1cb0c8
</nav>
<h1>Installing a Theme</h1>
<ol>
<li>Clone your .config repository.</li>
<li>Create a <code>theme.css</code>.</li>
<li>Use <code>git add .</code> and then <code>git commit -m "Add theme.css"</code> and ending with <code>git push</code></li>
<li>If prompted, log into your Roundabout account.</li>
<li>
Go to your round about <code>.config</code> repository.
<ul>
<li>This is usually private, and only accessable to you.</li>
<li>It's usually located at <code><username>/.config</code>.</li>
</ul>
</li>
<li>
Clone it onto your local system using Git, and <code>cd</code> into it.
<ul>
<li>The command to clone the repo is <code>git clone <remote url></code>.</li>
<li>
You can find the remote URL for your repository in the "Information" button.
Once clicked, a popup will appear and a textbox labled "Clone over HTTP" will
be in that popup. The URL in there is your remote URL.
</li>
<li><code>cd</code> changes your working directory.</li>
<li>The directory your cloned repo should be in is <code>.config</code></li>
</ul>
</li>
<li>
Copy the Theme CSS of your chosen them into a file named <code>theme.css</code> within this directory.
<ul>
<li>The Theme CSS can be found by clicking "Theme CSS" link under the theme you chose.</li>
</ul>
</li>
<li>
Commit back to your <code>.config</code> repository with the new file.
<ul>
<li>
You can do <code>git add .</code>,
<code>git commit -m "Added theme.css"</code>, then
<code>git push</code>.
</li>
</ul>
</li>
<li>
Congratulations, you can now go to your chosen instance of Roundabout with your
new theme installed!
</li>
</ol>
</body>