You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/05/07 16:38:34 UTC

[celix] branch feature/update_build_documention updated: Updates documentation

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/update_build_documention
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/update_build_documention by this push:
     new 91302f1  Updates documentation
91302f1 is described below

commit 91302f1c09853d1ef967316e76e991dca1f6ff78
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Thu May 7 18:38:10 2020 +0200

    Updates documentation
---
 documents/building/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documents/building/README.md b/documents/building/README.md
index 7ee621f..b191ca6 100644
--- a/documents/building/README.md
+++ b/documents/building/README.md
@@ -68,8 +68,8 @@ sudo apt-get install -yq --no-install-recommends \
     libcpputest-dev
 
 #For testing gtest is also used. This is fetched using a cmake 3.11+ feature,
-# which is newer that intalled under Ubuntu 18. 
-#Use snap to install the latest cmake version
+#The isntalled cmake version for Ubuntu 18 is older than 3.11,
+#use snap to install the latest cmake version
 snap install --classic cmake
 ```