···31312. **Build the Spindle binary.**
32323333 ```shell
3434- go build -o spindle core/spindle/server.go
3434+ cd core
3535+ go mod download
3636+ go build -o cmd/spindle/spindle cmd/spindle/main.go
3537 ```
363837393. **Run the Spindle binary.**
38403941 ```shell
4040- ./spindle
4242+ ./cmd/spindle/spindle
4143 ```
42444345Spindle will now start, connect to the Jetstream server, and begin processing pipelines.