diff options
author | sanine <sanine.not@pm.me> | 2022-01-21 11:55:11 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-21 11:55:11 -0600 |
commit | 6e31ca0c2e31e33f824aef1b4d68a91b64721fa7 (patch) | |
tree | 9fb78cc2bff57e0fb2e4240c27d017d5a5be5b0d | |
parent | 480197b1c20bd22731c89df2b087e82d7b2f699d (diff) |
correct argent.lua -> config.lua
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Move the resulting `argent` binary to somewhere on your PATH (probably `~/bin`). using argent -------------------------------- -You need to provide Argent with a configuration file. By default this file is `argent.lua` in the current working directory; you can override that with the `-c [config_file]` command-line option. The configuration file should be a Lua script that returns a table. The keys for this table are listed below. None of these are mandatory, and if they are omitted their default values will be used. +You need to provide Argent with a configuration file. By default this file is `config.lua` in the current working directory; you can override that with the `-c [config_file]` command-line option. The configuration file should be a Lua script that returns a table. The keys for this table are listed below. None of these are mandatory, and if they are omitted their default values will be used. | Key | Type | Default | Meaning | |------------------|--------|---------|-----------------------------------------------------------------------------------------------| |