Merge pull request #602 from openziti/update-build

add mkdir step to build
This commit is contained in:
dovholuknf 2024-04-18 09:30:47 -04:00 committed by GitHub
commit 040a3e90a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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