summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-07 16:53:56 -0500
committerGitHub <noreply@github.com>2023-01-07 16:53:56 -0500
commit57ce57b66f55f15b09357a5c4702c41be18a1977 (patch)
tree36223647185c110002143545446781c453ef0405 /README.md
parent768ec9cb369b067fc6ea624c5334c853adb4323c (diff)
docs: fix debian/ubuntu download links (#965)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 57b383a5..4ea59742 100644
--- a/README.md
+++ b/README.md
@@ -153,8 +153,13 @@ A `.deb` file is provided on each [stable release](https://github.com/ClementTsa
(note stable ARM builds are only available for 0.6.8 and later). If you want to install this way, do something like:
```bash
-curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_0.7.1_amd64.deb
-sudo dpkg -i bottom_0.7.1_amd64.deb
+# x86-64
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_x86_64-unknown-linux-gnu.deb
+sudo dpkg -i bottom_x86_64-unknown-linux-gnu.deb
+
+# ARM64
+curl -LO https://github.com/ClementTsang/bottom/releases/download/0.7.1/bottom_aarch64-unknown-linux-gnu.deb
+sudo dpkg -i bottom_aarch64-unknown-linux-gnu.deb
```
### Snap