mirror of
https://github.com/openziti/zrok.git
synced 2024-11-24 17:13:51 +01:00
add mkdir step to build
This commit is contained in:
parent
b402129cee
commit
d254b1663a
1
BUILD.md
1
BUILD.md
@ -10,6 +10,7 @@ To build, follow these steps:
|
|||||||
* run `npm install`
|
* 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)
|
* 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
|
* change back to the checkout root
|
||||||
|
* make sure the dist directory exists: `mkdir -p dist`
|
||||||
* build the go project normally: `go build -o dist ./...`
|
* build the go project normally: `go build -o dist ./...`
|
||||||
|
|
||||||
## Documentation/Website
|
## Documentation/Website
|
||||||
|
Loading…
Reference in New Issue
Block a user