fixing different Ubuntu version in text and link

Anton 2019-05-15 11:23:24 +02:00 committed by Fangrui Song
parent a368644f4f
commit 4a24d67c17

@ -21,7 +21,7 @@ cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/clan
cmake --build Release
```
Ubuntu 16.04 prebuilt binaries are actually suitable for many non-Ubuntu distributions.
Ubuntu 18.04 prebuilt binaries are actually suitable for many non-Ubuntu distributions.
You may replace the last two **cmake** commands with:
```sh