By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 install.html

View raw Download
text/html • 463 B
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en-US">
3
4
<head>
5
<title>How to Install</title>
6
</head>
7
8
<body>
9
<a href="index.html">go back</a>
10
<ol>
11
<li>Clone your .config repository.</li>
12
<li>Create a <code>theme.css</code>.</li>
13
<li>Use <code>git add .</code> and then <code>git commit -m "Add theme.css"</code> and ending with <code>git push</code></li>
14
<li>If prompted, log into your Roundabout account.</li>
15
</ol>
16
</body>
17
18
</html>
19