aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-10-14 20:48:46 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-10-14 20:48:46 +0300
commit23f44a53708ee460b25e070de28c7c42165b3087 (patch)
treed120647e709cbba1dbc133b6fd5e81a2ddf96e24 /README.md
parentUse crates.io/rustyline as readline (diff)
downloadrshell-23f44a53708ee460b25e070de28c7c42165b3087.tar.xz
Check arguments passed to cd
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b49642..defd563 100644
--- a/README.md
+++ b/README.md
@@ -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