Skip to content

Commit

Permalink
misc: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Dec 23, 2023
1 parent 944c67b commit 436313c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ Use "hvm [command] --help" for more information about a command

To locate the configuration file, run the `hvm config` command. This will print the path to the configuration file to the console. Keys in the configuration file are case-insensitive.

To set configuration values with an environment variable, create an environment variable prefixed with `HVM_`. For example, to set the `sortAscending` configuration value to false:
To set configuration values with an environment variable, create an environment variable prefixed with `HVM_`. For example, to set the `sortAscending` configuration value to true:

```text
export HVM_SORTASCENDING=false
export HVM_SORTASCENDING=true
```

An environment variable takes precedence over the values set in the configuration file. This means that if you set a configuration value with both an environment variable and in the configuration file, the value in the environment variable will be used.
Expand Down

0 comments on commit 436313c

Please sign in to comment.