1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-16 22:35:11 -05:00

Update readme

This commit is contained in:
sebu77 2015-09-10 02:02:03 +02:00
parent 9851468026
commit dc6659440c

View File

@ -9,7 +9,12 @@ Kaiwa is a fork of Otalk, a prototype application created by &yet (https://githu
git clone https://github.com/digicoop/kaiwa.git git clone https://github.com/digicoop/kaiwa.git
cd kaiwa cd kaiwa
Ubuntu
sudo apt-get install uuid-dev sudo apt-get install uuid-dev
CentOS
sudo yum install libuuid-devel libicu-devel
npm install npm install
cp dev_config.example.json dev_config.json cp dev_config.example.json dev_config.json
node server node server