fix apt-get command typo

Xiao-Wei Chai CAO 2020-08-01 08:46:33 +08:00
parent ee1c46e44c
commit e71dcb12dc

@ -32,7 +32,7 @@ cmake --build Release
```
[source](https://github.com/EOSIO/eos/issues/43)
As of 2020-06-23 no pre-built binaries exist for Ubuntu 20.04. `sudo apt get install clang` and all the other dependencies listed here **excluding** rapidjson-dev (it is vendored in this repo), then run
As of 2020-06-23 no pre-built binaries exist for Ubuntu 20.04. `sudo apt-get install clang` and all the other dependencies listed here **excluding** rapidjson-dev (it is vendored in this repo), then run
```sh
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=/usr/lib/llvm-10 \