Updated Multiple users running one chuck instance (markdown)

jeena 2014-12-24 14:24:21 -08:00
parent b345dd1cad
commit 16bca7326f

@ -1,7 +1,9 @@
`git clone https://github.com/logsol/chuck.js.git`
`cd chuck.js`
`git config core.sharedRepository group`
`chmod g+s -R .`
`chmod g+w -R .`
`npm install`
`npm start`
```
git clone https://github.com/logsol/chuck.js.git
cd chuck.js
git config core.sharedRepository group
chmod g+s -R .
chmod g+w -R .
npm install
npm start
```