From 265a4e05d2ccbcff1dcf8e026b3c7a2b577a8cfc Mon Sep 17 00:00:00 2001 From: Stig Johan Berggren Date: Mon, 19 Oct 2020 13:01:33 +0200 Subject: [PATCH] Update directory name in install.md The directory name does not match the current version number. Update the directory name and update the example to use the concrete path instead of the `` placeholder. --- docs/install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1c12e99..f561614 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,11 +6,12 @@ ## Installation -1. Unzip the distribution. This will create a directory called `spgl1/`. We'll refer to this directory as ``. +1. Unzip the distribution. This will create a directory called `spgl1-2.1/`. 2. Start Matlab and execute the following commands from the Matlab prompt. + ```matlab ->> addpath # Add Matlab to your path ->> cd # Change directory +>> addpath spgl1-2.1 # Add Matlab to your path +>> cd spgl1-2.1 # Change directory >> spgsetup # Run SPGL1's setup routine ```