diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-10-14 20:48:46 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-10-14 20:48:46 +0300 |
commit | 23f44a53708ee460b25e070de28c7c42165b3087 (patch) | |
tree | d120647e709cbba1dbc133b6fd5e81a2ddf96e24 /README.md | |
parent | Use crates.io/rustyline as readline (diff) | |
download | rshell-23f44a53708ee460b25e070de28c7c42165b3087.tar.xz |
Check arguments passed to cd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,6 +13,9 @@ It's a shell written in Rust. You build it yourself. Clone the repository, and run cargo build +To build the manpages you need scdoc: + scdoc < man/rs.1.scd > rs.1 + scdoc < man/rs.5.scd > rs.5 + ### It doesn't work, what now? -Tough luck |