diff options
| -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` + |
