From 436c68d7606036822c3122e2db07c916ae692aa8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Tue, 22 Jul 2014 12:24:24 +0200 Subject: [PATCH] Added submodule information to readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4e8cc4..7a0ca3f 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,22 @@ Wiki entry on RepRap.org -- -Must read: Progress and current status of the Cyclone proyect --- +*Must read: Progress and current status of the Cyclone proyect:* +Getting the source code +-- +Install git (http://git-scm.com/) onto your system. Then run a clone: + + git clone git://github.com/carlosgs/Cyclone-PCB-Factory.git + +This will download the latest sources into a directory named 'openscad'. + +To pull the MCAD () and Obiscad () libraries, do the following: + + cd Cyclone-PCB-Factory + git submodule update --init + Bill of materials -- _Work in progress_