Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 786c1ba

Browse files
committed
Tweak README s/value/path
1 parent 94a7b5d commit 786c1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The environment variables that can be set for runtime configuration are:
1111
* `CONFIG_SENDMAIL`: The file containing configuration for the sendmail command (default: **sendmail.conf**)
1212
* `CACHE_PACKAGES`: The file containing the package version cache (default: **packages.cache**)
1313

14-
Keep in mind that if you are currently in **/tmp** and want to run archversion using **/tmp/other_packages.conf**, the command `CONFIG_PACKAGES=other_packages.conf archversion` will be trying to use **~/.config/archversion/other_packages.conf** if no other variables are set. Instead, you should set the `CONFIG_PACKAGES` variable using an absolute value like this `CONFIG_PACKAGES=/tmp/other_packages.conf archversion`
14+
Keep in mind that if you are currently in **/tmp** and want to run archversion using **/tmp/other_packages.conf**, the command `CONFIG_PACKAGES=other_packages.conf archversion` will be trying to use **~/.config/archversion/other_packages.conf** if no other variables are set. Instead, you should set the `CONFIG_PACKAGES` variable using an absolute path like this `CONFIG_PACKAGES=/tmp/other_packages.conf archversion`
1515

1616
## Credits
1717

0 commit comments

Comments
 (0)