Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@

## Installation

1. Unzip the distribution. This will create a directory called `spgl1/`. We'll refer to this directory as `<spgroot>`.
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 <spgroot> # Add Matlab to your path
>> cd <spgroot> # Change directory
>> addpath spgl1-2.1 # Add Matlab to your path
>> cd spgl1-2.1 # Change directory
>> spgsetup # Run SPGL1's setup routine
```

Expand Down