From a07d0d7a939c99c292c05ecc7df5973fcfa855e9 Mon Sep 17 00:00:00 2001 From: zawz Date: Fri, 11 Jun 2021 14:29:47 +0200 Subject: [PATCH] update install doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b55bcf..970ce19 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download the `lxsh.tar.gz` archive, extract it, and move the `lxsh` binary in a PATH folder (`/usr/local/bin` is the recommended). ```shell -wget https://github.com/zawwz/lxsh/releases/download/v1.1.0/lxsh.tar.gz +wget https://github.com/zawwz/lxsh/releases/download/v1.2.0/lxsh-linux-amd64.tar.gz tar -xvf lxsh.tar.gz sudo mv lxsh /usr/local/bin ```