fix: Remove misleading docs regarding config.carp, closes issue #1080

This commit is contained in:
Erik Svedäng 2020-12-23 09:46:11 +01:00
parent dd3ce88ced
commit 817887672f

View File

@ -20,7 +20,7 @@ External librares can be loaded by using their relative or absolute location in
(Project.config "search-path" "~/Projects/carp-ncurses")
```
This line of configuration can be put into a `~/.carp/profile.carp` file to make it apply in all your projects.
This line of configuration can be put into [config.carp](Manual.md#Profile-settings) to make it apply in all your projects.
## Loading via git