From 08189cab1f5d546bd62cc4f02e94a58c0291e38e Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 09:24:43 -0600 Subject: update quickstart to link to binaries --- doc/quickstart.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/quickstart.md') diff --git a/doc/quickstart.md b/doc/quickstart.md index d50a350..31208d4 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -8,16 +8,15 @@ intervals, such as cron. ## installing +Prebuilt binaries are available, see [https://nytpu.com/releases/comitium/](https://nytpu.com/releases/comitium/) + +If you want to build yourself: If you can write to `/usr/local/` then you can just follow the instructions including `make install` on the [README][]. If you only have access to your home directory, you can instead find the binary and man page in `build/` after running `make`. You can then copy or symlink `comitium` to your preferred bin directory and you can access the man page with `man -l build/comitium.1`. -Prebuilt binraies are also available, but they are x86-64 only and for a limited -number of operating systems, so it is preferable for you to build it yourself, -if possible. - [README]: README.md -- cgit v1.2.3