fix: add missing reference to netxlite's tutorial (#535)

See https://github.com/ooni/probe-cli/pull/506
This commit is contained in:
Simone Basso 2021-10-04 15:37:48 +02:00 committed by GitHub
parent 762fb27c0b
commit 9b52a050ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,10 @@ real OONI code, it should always be up to date.
- [Using the measurex package to write network experiments](measurex)
- [Low-level networking using netxlite](netxlite)
## Regenerating the tutorials
```
(cd ./internal/tutorial && go run ./generator)
```
```