aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11be6ff..819b176 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ https://rust-lang.github.io/rustup/overrides.html
So, for example on some linux systems featuring the `apt`
package manager, the following works (tested on Debian 13)`:
```console
-$ sudo apt install curl git builb-essential
+$ sudo apt install curl git build-essential
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ . "$HOME/.cargo/env"
$ git clone 'https://git.cron4.fi/myslip.git'