Skip to content

Commit 60b9a4e

Browse files
authored
Merge pull request #3 from singular-gpispace/jankoboehm-patch-1
Update README.md
2 parents 6806999 + 8be8f7e commit 60b9a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +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`, 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:
53+
`software_ROOT`, as well as `install_ROOT`:
5454

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

5959
```
6060
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)