From 1b141bcd2e4d9a9faaa49e473c48a1f5a93e2e62 Mon Sep 17 00:00:00 2001
From: Astro <astro@spaceboyz.net>
Date: Thu, 22 Aug 2019 19:19:14 +0200
Subject: [PATCH] README: more shell instructions

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 2b42447a..151493d9 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ You need Rust nightly. Use rustup or NixOS.
 ```shell
 rustup update nightly
 rustup target add thumbv7em-none-eabihf
+cd example
+cargo build --release
 ```
 
 ## Crates
-- 
GitLab