diff options
| author | Jonas Maier <> | 2026-04-17 16:17:32 +0200 |
|---|---|---|
| committer | Jonas Maier <> | 2026-04-17 16:17:32 +0200 |
| commit | ddd2627360ee7a30b26cd3b7fab19ede55c574d7 (patch) | |
| tree | a1cc858709a7c2a03e8df85807b6947a108c972c /README.md | |
| parent | ca15f61f9bd9067052fca0147d053bf8c9ffe49e (diff) | |
| download | pish-ddd2627360ee7a30b26cd3b7fab19ede55c574d7.tar.gz | |
document that /etc/shells needs to be modified
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
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` + |
