From cffc0d33b25b595180ad06d8744c11f378d8943a Mon Sep 17 00:00:00 2001 From: ~karx Date: Wed, 7 Apr 2021 22:22:23 +0000 Subject: [PATCH] Add 'Running' --- Running.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Running.md 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