mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
docs: Update install/build documentation
This patch updates the installation guide to try to make the installation section more readable. It also assumes a modern Go environment is installed, which simplifies the process of building from source.
This commit is contained in:
@@ -3,16 +3,23 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
If you're using Debian or Ubuntu, chasquid can be installed by running
|
### Debian/Ubuntu
|
||||||
`sudo apt install chasquid`.
|
|
||||||
|
|
||||||
To get, build and install the source, you will need a working
|
If you're using Debian or Ubuntu, chasquid can be installed by running:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt install chasquid
|
||||||
|
```
|
||||||
|
|
||||||
|
### From source
|
||||||
|
|
||||||
|
To get, build and install from source, you will need a working
|
||||||
[Go](http://golang.org) environment.
|
[Go](http://golang.org) environment.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Get the code and build the binaries.
|
# Get the code and build the binaries.
|
||||||
go get blitiri.com.ar/go/chasquid
|
git clone https://blitiri.com.ar/repos/chasquid
|
||||||
cd "$GOPATH/src/blitiri.com.ar/go/chasquid"
|
cd chasquid
|
||||||
make
|
make
|
||||||
|
|
||||||
# Install the binaries to /usr/local/bin.
|
# Install the binaries to /usr/local/bin.
|
||||||
|
|||||||
Reference in New Issue
Block a user