Merge pull request #109 from juliogomez/patch-6

curl is not installed in this step
This commit is contained in:
Jérôme Petazzoni
2017-12-18 17:20:52 -06:00
committed by GitHub

View File

@@ -257,7 +257,7 @@ First, we need to put the POST payload in a temporary file.
.exercise[
- Install curl in the container, and generate 10 bytes of random data:
- Generate 10 bytes of random data:
```bash
curl http://rng/10 >/tmp/random
```