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
|
|
|
|
|
2019-05-15 14:48:06 +02:00
|
|
|
Be sure you have golang >= 1.12. We use Go modules. Make sure you
|
|
|
|
don't have GOPATH set.
|
2018-08-01 15:06:50 +02:00
|
|
|
|
2019-05-15 14:48:06 +02:00
|
|
|
Run
|
2018-02-12 17:33:13 +01:00
|
|
|
|
2019-05-15 14:48:06 +02:00
|
|
|
```bash
|
|
|
|
./build.sh help
|
2018-02-12 17:33:13 +01:00
|
|
|
```
|
|
|
|
|
2019-05-15 14:48:06 +02:00
|
|
|
to get information on the supported systems as well as to get
|
|
|
|
instructions on how to install dependencies.
|
2019-11-13 18:31:19 +01:00
|
|
|
|
|
|
|
## Releasing
|
|
|
|
|
|
|
|
```bash
|
|
|
|
./build.sh release
|
|
|
|
```
|
|
|
|
|
|
|
|
and follow instructions.
|