update README

This commit is contained in:
Zane Schepke
2023-12-21 12:33:58 -05:00
parent 1ea78e8e97
commit 852ed78e5d
+2 -2
View File
@@ -38,7 +38,7 @@ For example on Linux the path would be `~/.config/nym-vpn/config.toml`
# example config on Linux
# path to the env config file if you provide one
env_config_file = "$HOME/.config/nym-vpn/qa.env"
env_config_file = "/home/<USER>/.config/nym-vpn/qa.env"
```
## Optional config
@@ -46,7 +46,7 @@ env_config_file = "$HOME/.config/nym-vpn/qa.env"
In the config file `nym-vpn/config.toml`
```toml
env_config_file = "$HOME/.config/nym-vpn/qa.env"
env_config_file = "/home/<USER>/.config/nym-vpn/qa.env"
# set the entry node location to use, as two letter country code
entry_node_location = "FR"