theshell.ch/bonus1/README.md
maggicl 2122841d47 team-leader: final chores, readme for bonus1 and added quote
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@291 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-20 19:56:37 +00:00

14 lines
377 B
Markdown

# Bonus 1
## Authors
Claudio Maggioni and Joey Bevilacqua
## Running the program
This program is built with rust. In order to run it, a rust toolchain needs to be installed.
Run the program with `cargo run`, providing as first argument the directory with the jekyll
output. For example, in order to run the program from this directory, run:
```
cargo run ../site/_site/
```