summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen FrantzDale <ben@formlabs.com>2016-03-22 08:13:30 -0400
committerBen FrantzDale <ben@formlabs.com>2016-03-22 08:13:30 -0400
commit7c7a2e03d99714ce9e5fd6fa35b5577cdac1e67b (patch)
tree059158523b8b39980be9974bc51139d540999d14 /README.md
parentd7df755d60f97d8c6cf29b6671a1f899c2609bab (diff)
downloadgerbonara-7c7a2e03d99714ce9e5fd6fa35b5577cdac1e67b.tar.gz
gerbonara-7c7a2e03d99714ce9e5fd6fa35b5577cdac1e67b.tar.bz2
gerbonara-7c7a2e03d99714ce9e5fd6fa35b5577cdac1e67b.zip
Add install instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb73b30..0d93550 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,14 @@ Rendering Examples:
Source code for this example can be found [here](examples/cairo_example.py).
+Install from source:
+```
+$ git clone https://github.com/curtacircuitos/pcb-tools.git
+$ cd pcb-tools
+$ make
+$ python setup.py install
+```
+
Documentation:
--------------
[PCB Tools Documentation](http://pcb-tools.readthedocs.org/en/latest/)