Add 'Running'

~karx 2021-04-07 22:22:23 +00:00
parent f504fcb20a
commit cffc0d33b2
1 changed files with 17 additions and 0 deletions

17
Running.md Normal file

@ -0,0 +1,17 @@
Use `cargo` to run an input file.
```bash
git clone https://tildegit.org/karx/sandwich
cd sandwich
cargo run <filename>
```
Alternatively, you can install `sandwich` to your cargo bin directory.
```bash
git clone https://tildegit.org/karx/sandwich
cd sandwich
cargo install --path /path/to/sandwich/root
# Now, to run,
sandwich <filename>
```