diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..fe8269b2c58f7b5f1a0da9f40e13c997e7e984db
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# create-prog-app
+
+## Install procedure
+
+### Clone the repo
+```sh 
+$ git clone ssh://git@ssh.hesge.ch:10572/iliya.saroukha/create-prog-app.git
+```
+
+### cd into project
+```sh
+$ cd create-prog-app
+```
+
+### add executable to PATH
+```sh
+$ cargo install --path .
+```