blob: e8bc90fe70b93076418fafa8c14f63713c25c4f8 [file] [log] [blame] [view]
# Installing Progress
## Prerequisites
1. [Install the Go programming language](https://golang.org/doc/install), version 1.16 or higher.
## macOS and Linux
To install `progress` to `~/go/bin/progress`:
cd <geode-project-root>/dev-tools/progress
go install .
To install `progress` to a different path:
cd <geode-project-root>/dev-tools/progress
go build -o <desired-path> .
## Windows
`progress` has not been built or tested on Windows. Use at your own risk.