From ddd2627360ee7a30b26cd3b7fab19ede55c574d7 Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Fri, 17 Apr 2026 16:17:32 +0200 Subject: document that /etc/shells needs to be modified --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7888b98 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# pish + +This is a shell written in Rust. + +## Building it +- Have rust/cargo installed +- `cargo build` + +## Trying it out +- `cargo run` + +## Installing it +- put the binary at a path that is useful to you, like `/usr/bin/pish` +- allow the shell to be used for login by putting `/usr/bin/pish` into `/etc/shells` +- adjust your shell in `/etc/passwd` + -- cgit v1.2.3