From 64a883b66287c74d4826a78fc7a26e7d4efeaf86 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sat, 23 Aug 2025 22:53:04 +0300 Subject: fix: typo in build-essential and add mention that stdlib.slip must be in cwd --- README.md | 2 +- src/main.rs | 4 +++- 2 files changed, 4 insertions(+), 2 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' diff --git a/src/main.rs b/src/main.rs index e48917d..06edf3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,7 +80,9 @@ fn main() { "myslip [options] [file]\n" + "\n" + "If [file] is given, executes the s-expression contained by\n" + - "the file. Otherwise starts the myslip repl.\n" + + "the file. Otherwise starts the myslip repl. Note that the\n" + + "file stdlib.slip needs to be in the current working\n" + + "directory or the `--no-stdlib` option must be used.\n" + "\n" + "Options:\n" + "\n" + -- cgit v1.2.3