Skip to content

Commit

Permalink
nsqadmin: update README web-assets-build steps
Browse files Browse the repository at this point in the history
stuff moved around a bit
  • Loading branch information
ploxiln committed Sep 11, 2019
1 parent 6ec9cc2 commit bb2fc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsqadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Read the [docs](http://nsq.io/components/nsqadmin.html)
1. `$ npm install`
2. `$ ./gulp --series clean watch` or `$ ./gulp --series clean build`
3. `$ go-bindata --debug --pkg=nsqadmin --prefix=static/build static/build/...`
4. `$ go build && ./nsqadmin`
5. make changes (repeat step 5 if you make changes to any Go code)
4. `$ go build ../apps/nsqadmin && ./nsqadmin`
5. make changes (repeat step 4 only if you make changes to any Go code)
6. `$ go-bindata --pkg=nsqadmin --prefix=static/build static/build/...`
7. commit other changes and `bindata.go`

0 comments on commit bb2fc64

Please sign in to comment.