From cb7e708f6f364c571cf3ac546ac439c34a72fb79 Mon Sep 17 00:00:00 2001 From: JZ Date: Wed, 25 Dec 2019 10:20:24 +0800 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index b798078..37e5cbc 100644 --- a/README.org +++ b/README.org @@ -14,12 +14,12 @@ Then clone the repository into directory ~$ENV{GIT_REPO}/cpplib~. Here ~GIT_REPO~ is an environment variable (e.g., defined in ~.zshenv~). #+begin_src shell - git clone --recursive git@github.com:zzjjzzgggg/cpplib.git + git clone --recursive https://github.com/zzjjzzgggg/cpplib.git #+end_src Tell ~cmake~ where to find the library. This requires another repository ~cmake~. #+begin_src shell - git clone --recursive git@github.com:zzjjzzgggg/cmake.git + git clone --recursive https://github.com:zzjjzzgggg/cmake.git #+end_src Then add following line in your project ~CMakeLists.txt~. #+begin_src shell