diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-23 22:53:04 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-23 22:59:44 +0300 |
commit | 64a883b66287c74d4826a78fc7a26e7d4efeaf86 (patch) | |
tree | 0cc95c7f56eaa8f68575cdbe6b27a6c88ddc921e /README.md | |
parent | 1c0645c559d19d9c7ceb1db51d68e052a180709f (diff) | |
download | myslip-64a883b66287c74d4826a78fc7a26e7d4efeaf86.tar.gz myslip-64a883b66287c74d4826a78fc7a26e7d4efeaf86.zip |
fix: typo in build-essential and add mention that stdlib.slip must be in cwdmaster
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |