From 08189cab1f5d546bd62cc4f02e94a58c0291e38e Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 09:24:43 -0600 Subject: [PATCH] update quickstart to link to binaries --- doc/quickstart.md | 7 +++---- doc/translating.md | 3 +++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 doc/translating.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 diff --git a/doc/translating.md b/doc/translating.md new file mode 100644 index 0000000..d38c27d --- /dev/null +++ b/doc/translating.md @@ -0,0 +1,3 @@ +# Translating comitium + +Translating comitium is really easy!