Skip to content

Commit

Permalink
port4me 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jul 15, 2023
1 parent 254b676 commit 2fdffa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ To install the Bash version of **portme**, do:
VERSION=0.6.0
curl -L -O https://github.com/HenrikBengtsson/port4me/archive/refs/tags/"${VERSION}.tar.gz"
tar -x -f "${VERSION}.tar.gz"
export PREFIX=/path/to/port4me ## must be an absolute path
(cd "port4me-${VERSION}"; make install)
export PREFIX=/path/to/port4me/ ## must be an absolute path to a folder
(cd "port4me-${VERSION}/bash"; make install)
```

Then run it as:
Expand Down

0 comments on commit 2fdffa3

Please sign in to comment.