update quickstart to link to binaries
This commit is contained in:
+3
-4
@@ -8,16 +8,15 @@ intervals, such as cron.
|
|||||||
|
|
||||||
## installing
|
## 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
|
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
|
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
|
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
|
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`.
|
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
|
[README]: README.md
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# Translating comitium
|
||||||
|
|
||||||
|
Translating comitium is really easy!
|
||||||
Reference in New Issue
Block a user