From 34a1ea69dddcaf8fa3d5c67a693507da165cc1ee Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 3 Mar 2019 08:58:31 +0100 Subject: [PATCH] added some information about unarchiving the archive --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5e395..1018586 100644 --- a/README.md +++ b/README.md @@ -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).