From b87f1fa1d4923032c70df3fd9302856d2d5b2c4b Mon Sep 17 00:00:00 2001 From: Jean-Francois Arseneau Date: Sat, 10 Jun 2017 11:17:36 -0700 Subject: [PATCH] Update development instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0c188e..d74bd58 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Docker instructions coming soon, along with Dockerfile, and the whole shebang. ### Building Antennas locally * [Install Crystal](https://crystal-lang.org/docs/installation/) if you do not yet have it +* Run `shards install` * Run `crystal build ./antennas/antennas.cr` * Run `./antennas`