From e71dcb12dcf7f79c0685820d4f8d841a21661129 Mon Sep 17 00:00:00 2001 From: Xiao-Wei Chai CAO Date: Sat, 1 Aug 2020 08:46:33 +0800 Subject: [PATCH] fix apt-get command typo --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index 3f4d5e3..75cb4fe 100644 --- a/Build.md +++ b/Build.md @@ -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 \