git/index.md (582B) - raw
1 ---
2 title: sup source code
3 layout: narrow_page
4 ---
5
6 ## Source code
7
8 The canonical Git repository for Sup is hosted here.
9
10 <pre class="code">
11 <span class="command">git clone <a href="https://supmua.dev/git/sup/">https://supmua.dev/git/sup/</a></span>
12 </pre>
13
14 You can browse the [commit log](sup/log.html) and
15 [source files](sup/files.html) on the web.
16
17 You can also find [Sup on GitHub](https://github.com/sup-heliotrope/sup).
18
19 ### Other repos
20
21 [sup-colors.git](sup-colors/log.html): Color schemes for Sup.<br>
22 [sup-website.git](sup-website/log.html): Source code for this web site.