From 8200ff8bc776d2ad263dbfc2e3f2a1ea3a7020c9 Mon Sep 17 00:00:00 2001 From: 0u812 <0u812@github.com> Date: Wed, 18 Mar 2015 12:37:03 -0700 Subject: [PATCH] update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 36705554..ec553d49 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Online C API documentation (via Doxygen) can be found at http://0u812.github.io/ * Install the latest version of libSBML or build it from source (tested with 5.6, 5.8, 5.10, 5.11). * **NOTE**: If you install a pre-built binary of libSBML then you must compile SBNW with the same version of Visual Studio as used to build libSBML (2010 at the time of writing). - * Clone the latest revision of the master branch to Documents\sbnw via git. In Documents/sbnw, run `git clone https://github.com/0u812/sbnw.git` + * Clone the latest revision of the master branch to Documents\sbnw via git. In the Documents folder, run `git clone https://github.com/0u812/sbnw.git` * Download and instsall CMake (compatible with major version 2 or 3). * Open CMake and select Documents\sbnw as the source directory. * Select Documents\sbnw-build (or choose a directory at will) as the build directory.