diff options
| author | nytpu <alex@nytpu.com> | 2021-05-11 09:24:43 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-05-11 11:22:17 -0600 |
| commit | 08189cab1f5d546bd62cc4f02e94a58c0291e38e (patch) | |
| tree | b83390d5f8273e12d592fbf0c5248e770c3b30a3 | |
| parent | 675a9be1836b4d74b93e8c55c44e8253166a9019 (diff) | |
update quickstart to link to binaries
| -rw-r--r-- | doc/quickstart.md | 7 | ||||
| -rw-r--r-- | doc/translating.md | 3 |
2 files changed, 6 insertions, 4 deletions
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! |
