diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000000000000000000000000000000000000..2e93cf77bd1fdeb67f0e1362d3d4d303a37a88d4
--- /dev/null
+++ b/CONTRIBUTING.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