pilgrim/docs/SETUP.md

10 lines
188 B
Markdown
Raw Normal View History

2025-03-15 19:36:11 +02:00
# Setup
This project is built using golang `1.23.1`.
#### Setup steps
1. Checkout this repository
2. Run `go build -o target`
This will build a `pilgrim` binary in the `target` folder.