2
0
mirror of https://github.com/guggero/chantools synced 2024-11-07 03:20:43 +00:00

doc: install from binary

This commit is contained in:
Oliver Gugger 2020-12-24 08:54:37 +01:00
parent c859dcc76a
commit 5da646fb6f
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -41,8 +41,24 @@ a private API URL with `--apiurl`.
## Installation
To install this tool, make sure you have `go 1.13.x` (or later) and `make`
installed and run the following commands:
The easiest way to install `chantools` is to [download a pre-built binary for
your operating system and architecture](https://github.com/guggero/chantools/releases).
Example (make sure you always use the latest version!):
```shell
$ cd /tmp
$ wget -O chantools.tar.gz https://github.com/guggero/chantools/releases/download/v0.7.1/chantools-linux-amd64-v0.7.1.tar.gz
$ tar -zxvf chantools.tar.gz
$ sudo mv chantools-*/chantools /usr/local/bin/
```
### Compile from source
If there isn't a pre-built binary for your operating system or architecture
available or you want to build `chantools` from source for another reason, you
need to make sure you have `go 1.13.x` (or later) and `make` installed and can
then run the following commands:
```bash
git clone https://github.com/guggero/chantools.git