install.html
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