pilgrim/docs/SETUP.md
2025-03-18 21:45:07 +02:00

14 lines
No EOL
238 B
Markdown

# Setup
This project is built using golang `1.23.1`.
#### Setup steps
1. Checkout this repository
2. Execute the script below
This will build a `pilgrim` binary in the `target` folder:
```bash
$ go build -o target/pilgrim main.go
```