Skip to content

Commit

Permalink
Merge pull request #1574 from I-B-3/patch-1
Browse files Browse the repository at this point in the history
Add clarifying note re: PREFIX in config.mk
  • Loading branch information
edwinb authored Jun 23, 2021
2 parents c1057a1 + da21f04 commit 0a0c41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ of `make` in the following steps.

### 1: Set installation target directory

- Change the `PREFIX` in `config.mk`. The default is to install in
- Change the `PREFIX` in `config.mk` to the absolute path of your chosen installation destination. The default is to install in
`$HOME/.idris2`

If you have an existing Idris 2, go to Step 3. Otherwise, read on...
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##### Options which a user might set before building go here #####

# Where to install idris2 binaries and libraries
# Where to install idris2 binaries and libraries (must be an absolute path)
PREFIX ?= $(HOME)/.idris2

# For Windows targets. Set to 1 to support Windows 7.
Expand Down

0 comments on commit 0a0c41d

Please sign in to comment.