소스 검색

Use node instead of npm to start

jomo 10 년 전
부모
커밋
e80ddc79f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,5 +22,5 @@ You can [join us](https://webchat.esper.net/?channels=spongy) in #spongy on irc.
 * `npm install`
 * `redis-server`
 * `cp "modules/config.example.js" "modules/config.js"`
-* `npm start`
+* `node server.js`
 * Access [http://localhost:3000](http://localhost:3000)