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