From 439a16cb6271e8a9de93135b84137df536597023 Mon Sep 17 00:00:00 2001 From: Rich Nistuk Date: Thu, 20 Dec 2018 11:25:00 -0800 Subject: [PATCH] KEP-918 One tiny change to the Ubuntu cmake install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d58a3fa8..2f694d1d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This will result in a custom Boost install at `~/myboost/1_68_0/`that will not o ```text $ mkdir -p ~/mycmake -$ curl -L http://cmake.org/files/v3.11/cmake-3.11.0-Darwin-x86_64.tar.gz | tar -xz -C ~/mycmake --strip-components=1 +$ curl -L http://cmake.org/files/v3.11/cmake-3.11.0-Linux-x86_64.tar.gz | tar -xz -C ~/mycmake --strip-components=1 ``` Again, this will result in a custom cmake install into `~/mycmake/` and will not overwrite your system's cmake.