Moonshark/README.md

9 lines
159 B
Markdown

# Moonshark
```bash
git submodule update --init --recursive
git submodule update --remote --recursive
go build -trimpath -ldflags="-s -w" -o moonshark .
```