20 lines
No EOL
339 B
Markdown
20 lines
No EOL
339 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
|
|
```
|
|
|
|
Alternatively, run the `build_local.sh` script provided in `bin`
|
|
|
|
```bash
|
|
$ ./bin/build_local.sh
|
|
``` |