File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ of `make` in the following steps.
34
34
35
35
### 1: Set installation target directory
36
36
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
38
38
` $HOME/.idris2 `
39
39
40
40
If you have an existing Idris 2, go to Step 3. Otherwise, read on...
Original file line number Diff line number Diff line change 1
1
# #### Options which a user might set before building go here #####
2
2
3
- # Where to install idris2 binaries and libraries
3
+ # Where to install idris2 binaries and libraries (must be an absolute path)
4
4
PREFIX ?= $(HOME ) /.idris2
5
5
6
6
# For Windows targets. Set to 1 to support Windows 7.
You can’t perform that action at this time.
0 commit comments