瀏覽代碼

Update README instructions

Ben Wilber 3 年之前
父節點
當前提交
b000ee807d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -7,7 +7,8 @@ The objective of this code challenge is to create a library that exposes chat ro
 To start the development environment
 
 ```bash
-npm run dev
+$ npm install
+$ BIND=127.0.0.1 npm run dev
 ```
 
 Then open `localhost:8000` in your browser.