aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-05-23 10:57:46 +0200
committerJonas Maier <jonas@x77.dev>2026-05-23 10:57:46 +0200
commitba9414b17a107bdb30fe462aa2d42f6e91b3ad74 (patch)
tree3cbaa2e02a9e39ac802e8476efbebb42f69d31d1 /README.md
parent07213d92ced999a465a9ecff1ecb1f3db400cf7a (diff)
downloadpish-ba9414b17a107bdb30fe462aa2d42f6e91b3ad74.tar.gz
README: pishrc
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7888b98..af181e2 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,12 @@ This is a shell written in Rust.
- `cargo build`
## Trying it out
+- `mkdir -p ~/.config/pish/`
+- `cp src/profile ~/.config/pish/.pishrc`
- `cargo run`
## Installing it
+- first test it out like described in the section above - a malformed or missing `.pishrc` file makes the shell essentially unusable!
- 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`