We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f089 commit ecad36aCopy full SHA for ecad36a
docs/environment.md
@@ -20,4 +20,24 @@ Set the user context using `$UNIGET_USER` or `--user`. See [context](context.md)
20
21
## User interaction
22
23
-Disable user interaction with `$UNIGET_NO_INTERACTIVE=1` or `--no-interactive`.
+Disable user interaction with `$UNIGET_NO_INTERACTIVE=1` or `--no-interactive`.
24
+
25
+## Configure default behaviour
26
27
+Configure defaults for uniget using environment variables.
28
29
+### User context
30
31
+Configure operations to operate in user context:
32
33
+```bash
34
+export UNIGET_USER=true
35
+```
36
37
+### Custom target directory
38
39
+Configure a custo mtarget directory:
40
41
42
+export UNIGET_TARGET=/opt/uniget
43
0 commit comments