From c41b972081eb9db69f63158f7938d2b77e265498 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Tue, 25 Aug 2020 01:05:40 -0400 Subject: [PATCH] docs: Fix outdated install instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5401b5e8..3c805792 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ cd bottom cargo install --path . # Download from releases and install -curl -LO https://github.com/ClementTsang/bottom/releases/download/0.4.6/bottom_source_code.tar.gz -tar -xzvf bottom_source_code.tar.gz +curl -LO https://github.com/ClementTsang/bottom/archive/0.4.6.tar.gz +tar -xzvf 0.4.6.tar.gz cargo install --path . ```