diff --git a/README.md b/README.md index 3546d9d..45509f3 100644 --- a/README.md +++ b/README.md @@ -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