diff --git a/README.md b/README.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..05feff05ab6be1b9be41281afdfa9ae706398395 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,19 @@
+INSTRUCTIONS FOR LINUX
+
+Download CSMOn:
+
+    wget --no-check-certificate https://gitlab.c3sl.ufpr.br/pfperroni/CSMOn/repository/archive.tar.gz?ref=master -O CSMOn.tar.gz
+
+Unpack it:
+
+    tar -xzvf CSMOn.tar.gz
+
+Compile the package:
+
+    cd CSMOn-*/python
+
+    make
+
+Then finally, run the example code (provided with a standard PSO implementation):
+
+    python pso_example.py
\ No newline at end of file