aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..853712b
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,11 @@
+Project Icestorm Documentation
+===================================
+
+Setting up environment
+----------------------
+
+```
+python -m venv .venv
+source .venv/bin/activate
+make reqs
+```