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 ```