Skip to content

Commit 6806999

Browse files
authored
Merge pull request #2 from RWUSTC/patch-1
Update README.md
2 parents 4771d07 + 2919266 commit 6806999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ framework and hence our package requires Linux).
5050

5151
We will assume that the user has some directory path with read and
5252
write access. In the following, we assume this path is set as the environment variable
53-
`software_ROOT`, as detailed in the following example:
53+
`software_ROOT`, and one needs to also set environment variable `install_ROOT` for another package in the same environment, which dosen't do anything to this package, as detailed in the following example:
5454

5555
```bash
5656
export software_ROOT=~/singular-gpispace
57+
export install_ROOT=~
5758

5859
```
5960
Note, this needs to be set again if you open a new terminal session (preferably set it automatically by adding the line to your .profile file).

0 commit comments

Comments
 (0)