Browse Source

upd readme -- install

221V 1 year ago
parent
commit
e86fe992e7
1 changed files with 19 additions and 5 deletions
  1. 19 5
      README.md

+ 19 - 5
README.md

@@ -13,16 +13,30 @@ with *web* Erlang application which contains modules:
 * N2O samples
 * N2O samples
 * XEN support
 * XEN support
 
 
-Prerequisites
+Install
 -------------
 -------------
 
 
-* erlang
-* mad
-* inotify-tools (Linux, for filesystem watching)
-* uglify (assets)
+Erlang with [kerl](https://github.com/kerl/kerl) or [erlang-solutions](https://www.erlang-solutions.com/downloads/)  
+or from [official website](https://www.erlang.org/downloads)  
+```
+sudo apt-get install esl-erlang
+
+sudo apt-get install git
+sudo apt-get install gcc
+sudo apt-get install make
+sudo apt-get install build-essential
+sudo apt-get install inotify-tools
+```
 
 
 Run
 Run
 ---
 ---
+```
+$ make
+$ make start
+$ make attach
+CTRL + D
+```
+
 
 
 To run just perform on Windows, Linux and Mac
 To run just perform on Windows, Linux and Mac