summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-22 01:15:46 -0500
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-22 01:15:46 -0500
commit0f58851dcae4749c491c77da54d96e30366c8081 (patch)
tree9e0a7d55a039243e8b317510ad53edc148fa5833
parent36840e5de9bccaa6c9f7d93d8fd4020e55e04d3b (diff)
docs: update manual installation dl link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4a15a8e..30c7b07f 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,7 @@ to do so using the most recent version of stable Rust, which is how the binaries
rustup update stable
# Option 1 - Download from releases and install
-curl -LO https://github.com/ClementTsang/bottom/archive/0.7.0.tar.gz
+curl -LO https://github.com/ClementTsang/bottom/archive/0.8.0.tar.gz
tar -xzvf 0.8.0.tar.gz
cargo install --path .