From b61f7a7978090e91f8d9aafd9edced778775b1c9 Mon Sep 17 00:00:00 2001
From: Boris Basic <boris.basic@edf.fr>
Date: Mon, 24 Jan 2022 16:59:04 +0000
Subject: [PATCH] People without admin rights need to use CMake zip file

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8a47986..17d4455 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ This provides a set of scripts and a configuration file allowing to build TELEMA
 ## Prerequisites:
 
 - **Git**: download it from [gitforwindows.org](https://gitforwindows.org/) and install it with the LFS extension.
-- **CMake**: install the latest 64 bits version available from [cmake.org](https://cmake.org) and be sure that CMake is added to your PATH environment variable.<br>
-Note: to install CMake without administrator rights, you may set the installation path to `C:\Users\<Username>\AppData\Local\Programs`.
+- **CMake**: install the latest 64 bits version available from [cmake.org](https://cmake.org), and be sure that CMake is added to your PATH environment variable.<br>
+Note: to install CMake without administrator rights, you need to download and extract the zip file.
 - **Mingw-w64**: download the 8.5 version from [winlibs](https://github.com/brechtsanders/winlibs_mingw/releases/download/8.5.0-9.0.0-r1/winlibs-x86_64-posix-seh-gcc-8.5.0-mingw-w64-9.0.0-r1.zip) and extract it to `C:\`.<br>
 Note: if you don't install Mingw-w64 in `C:\`, you will need to add its `bin` directory to your `PATH`.
 
-- 
GitLab