aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: defd5637680a0e8075091d9684603a4f2a6703a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
                              __                __
       ____  ___  __  _____  / /___ _____  ____/ /
      / __ \/ _ \/ / / / _ \/ / __ `/ __ \/ __  / 
     / / / /  __/ /_/ /  __/ / /_/ / / / / /_/ /  
    /_/ /_/\___/\__,_/\___/ /\__,_/_/ /_/\__,_/   
          out of foppery /_/ and whim


### What is this and why should I care?
It's a shell written in Rust.

### Sounds dumb, how do I use it?
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?