From 21fe175d37ab13a336a471d084747e49a5de74d7 Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Thu, 27 Oct 2022 14:58:28 -0400
Subject: [PATCH] Add programming instructions

---
 code/README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/code/README.md b/code/README.md
index 8858642..b14eb8c 100644
--- a/code/README.md
+++ b/code/README.md
@@ -1,6 +1,12 @@
 # FPGA Code
 
-Here are the concrete iCEBreaker examples.
+Here are some concrete iCEBreaker examples.
+
+To run them, you'll need the [OSS CAD Suite]https://github.com/YosysHQ/oss-cad-suite-build()
+installed, as well as `make`. And an iCEBreaker dev board.
+
+To synthesize them, change to the relevant directory and run `make`. To program the board, run `make
+prog`.
 
 ## Button Blink
 
-- 
GitLab