# 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. |