You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,15 +176,25 @@ to fulfill any dependencies of other requested identities.
176
176
ZEF_TEST_TIMEOUT=3600
177
177
ZEF_INSTALL_TIMEOUT=3600
178
178
179
+
# Set default --install-to target
180
+
ZEF_INSTALL_TO=site
181
+
179
182
# Path to config file (see: --config-path option)
180
183
ZEF_CONFIG_PATH=$PWD/resources/config.json
181
184
185
+
# Override DefaultCUR from the config file
186
+
ZEF_CONFIG_DEFAULTCUR=auto
187
+
188
+
# Override StoreDir from the config file
189
+
ZEF_CONFIG_STOREDIR=/home/ugexe/.config/zef/store
190
+
191
+
# Override TempDir from the config file
192
+
ZEF_CONFIG_TEMPDIR=/home/ugexe/.config/zef/temp
193
+
182
194
#### **uninstall**\[\*@identities\]
183
195
184
196
Uninstall the specified distributions
185
197
186
-
Note: Requires a bleeding edge rakudo (not available in 6.c)
187
-
188
198
#### **update**
189
199
190
200
Update the package indexes for all `Repository` backends
@@ -405,7 +415,7 @@ If you are most users (e.g. not: power users, packagers, zef plugin developers)
405
415
406
416
### How the configuration file is chosen
407
417
408
-
The configuration file will be chosen at runtime from one of two (technically four) locations, and one can affect the others (this is not really a design decision and suggestions and PRs are welcome).
418
+
The configuration file will be chosen at runtime from one of two (technically four) locations.
409
419
410
420
First, and the most precise way, is to specify the config file by passing `--config-path="..."` to any zef command.
0 commit comments