wrote quickstart

This commit is contained in:
nytpu
2021-03-19 18:57:24 -06:00
parent 7c45ad1f06
commit b3a9ee7001
2 changed files with 70 additions and 1 deletions
+3 -1
View File
@@ -47,7 +47,7 @@ To get up and running, see the [quickstart page][quickstart].
[quickstart]: doc/quickstart.md
## building
## building & installing
Dependencies:
@@ -57,6 +57,8 @@ Dependencies:
Then do the standard:
```
$ git clone git://git.nytpu.com/comitium # you could also download a tarball
$ cd comitium
$ make
# make install
```