Skip to content

Commit

Permalink
Fixed README.md. Thanks @gaohuag
Browse files Browse the repository at this point in the history
  • Loading branch information
shimberger authored Jan 6, 2020
1 parent 0433183 commit 15df7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Visit the URL [http://127.0.0.1:8080](http://127.0.0.1:8080) to access the web i
### Initial setup

1. Clone the repository `[email protected]:shimberger/gohls.git`
2. Build frontend `cd ui/ && npm install && cd run build && cd ..`
2. Build frontend `cd ui/ && npm install && npm run build && cd ..`
3. Install go-bindata `go install -v -i github.com/jteeuwen/go-bindata/go-bindata`
4. Run `go-bindata -pkg api -o ./internal/api/bindata.go -prefix ui/build/ ui/build/...`

Expand Down

0 comments on commit 15df7b6

Please sign in to comment.