Explorar o código

Update README instructions

Ben Wilber %!s(int64=3) %!d(string=hai) anos
pai
achega
b000ee807d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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.