mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
Update README again again
This commit is contained in:
parent
96554fb2a4
commit
cb005df33f
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ Please note: this is WIP and has few options.
|
|||
|
||||
Pinnacle supports configuration through Lua (and hopefully more languages if it's not too unwieldy :crab:).
|
||||
|
||||
Run Pinnacle with the `PINNACLE_CONFIG` environment variable set to the path of your config file. If not specified, Pinnacle will look for the following:
|
||||
Run Pinnacle with the `PINNACLE_CONFIG` environment variable set to the path of your config file.
|
||||
If not specified, Pinnacle will look for the following:
|
||||
```sh
|
||||
$XDG_CONFIG_HOME/pinnacle/init.lua
|
||||
~/.config/pinnacle/init.lua # if XDG_CONFIG_HOME isn't set
|
||||
|
|
Loading…
Reference in a new issue