mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
Merge pull request #602 from openziti/update-build
add mkdir step to build
This commit is contained in:
commit
040a3e90a1
1
BUILD.md
1
BUILD.md
@ -10,6 +10,7 @@ To build, follow these steps:
|
||||
* run `npm install`
|
||||
* run `npm run build` (this process takes a while the first time and only needs to be run if the ui changes)
|
||||
* change back to the checkout root
|
||||
* make sure the dist directory exists: `mkdir -p dist`
|
||||
* build the go project normally: `go build -o dist ./...`
|
||||
|
||||
## Documentation/Website
|
||||
|
Loading…
Reference in New Issue
Block a user