added some information about unarchiving the archive

This commit is contained in:
Fabien Potencier 2019-03-03 08:58:31 +01:00
parent 7730112d8a
commit 34a1ea69dd

View file

@ -34,7 +34,12 @@ a monorepo, use the [tomono](https://github.com/unravelin/tomono) tool.
Installation
------------
The fastest way to get started is to download a [binary][1] for your platform.
The fastest way to get started is to download a [binary][1] for your platform
and unarchive it with:
```bash
sudo tar -zxpf lite_linux_amd64.tar.gz --directory /usr/local/bin/
```
You can also [install it manually](#manual-installation).