Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zzjjzzgggg committed Dec 25, 2019
1 parent 4eed550 commit cb7e708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb7e708

Please sign in to comment.