ooni-probe-cli/Readme.md

18 lines
327 B
Markdown
Raw Normal View History

2018-08-01 12:16:11 +02:00
# OONI Probe CLI
2018-02-12 17:33:13 +01:00
2018-08-01 12:16:11 +02:00
The next generation OONI Probe Command Line Interface.
2018-02-12 17:33:13 +01:00
## Development setup
Be sure you have golang >= 1.12. We use Go modules. Make sure you
don't have GOPATH set.
Run
2018-02-12 17:33:13 +01:00
```bash
./build.sh help
2018-02-12 17:33:13 +01:00
```
to get information on the supported systems as well as to get
instructions on how to install dependencies.