diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c048c8bef20f48b0de70c39553e1fc77ca0902d7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Install
+
+1. Clone:
+
+    git clone https://git.duniter.org/nodes/typescript/modules/gva-api
+    
+2. Compile (using NodeJS 9):
+
+    yarn
+    
+3. Start
+
+    node index.js direct_start --gva-host localhost
+    
+Then access GVA API at http://localhost:15000/graphql.
+    
+    
\ No newline at end of file