Skip to content

Commit 0a0c41d

Browse files
authored
Merge pull request #1574 from I-B-3/patch-1
Add clarifying note re: PREFIX in config.mk
2 parents c1057a1 + da21f04 commit 0a0c41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ of `make` in the following steps.
3434

3535
### 1: Set installation target directory
3636

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

4040
If you have an existing Idris 2, go to Step 3. Otherwise, read on...

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##### Options which a user might set before building go here #####
22

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

66
# For Windows targets. Set to 1 to support Windows 7.

0 commit comments

Comments
 (0)