From b7c2bfba17b3995f497f8e568fdfe6817be1b9ed Mon Sep 17 00:00:00 2001
From: Fredrik Bagge Carlson <cont-frb@ulund.org>
Date: Sun, 6 Sep 2015 17:26:09 +0200
Subject: [PATCH] Update readme

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index e69de29..2e93cf7 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+Install using
+
+`Pkg.clone("https://gitlab.control.lth.se/cont-frb/SystemIdentification.git")`
+
+Test using 
+
+`Pkg.test("SystemIdentification")`
+
+
+Commit your updates using the guide at
+http://julia.readthedocs.org/en/latest/manual/packages/#package-development
+
+`cd(Pkg.dir("SystemIdentification"))`
+
+`"Git commands..."`
\ No newline at end of file
-- 
GitLab