summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-19 18:57:24 -0600
committernytpu <alex@nytpu.com>2021-03-19 18:57:24 -0600
commitb3a9ee700133747bd805e5453c4e974e11ba4955 (patch)
tree05cebf0683fe15e88a21d6e29df8df70ca0871b7 /README.md
parent7c45ad1f06782e18a704cb4b94b59bbb72ab3b5f (diff)
wrote quickstart
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59fffbc..b2faa0e 100644
--- a/README.md
+++ b/README.md
@@ -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
```