README: Add how to run app

This commit is contained in:
laurens 2020-05-22 17:13:48 +02:00
parent d4972c2d62
commit 8484ac75ec

View file

@ -6,6 +6,14 @@ A collection of the examples/exercices/... found in the rust tutorial "The Book"
Interesting commands
--------------------
### Run ###
Running an application.
```
$> cargo run
```
### Compile ###
1. Debug