diff --git a/Running.md b/Running.md new file mode 100644 index 0000000..e37064c --- /dev/null +++ b/Running.md @@ -0,0 +1,17 @@ +Use `cargo` to run an input file. + +```bash +git clone https://tildegit.org/karx/sandwich +cd sandwich +cargo run +``` + +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 +``` \ No newline at end of file