mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
Fix README file link
This commit is contained in:
parent
63d74de8ec
commit
96ae83b8fd
1 changed files with 1 additions and 2 deletions
|
@ -86,7 +86,6 @@ You will need:
|
||||||
|
|
||||||
TODO: other distros
|
TODO: other distros
|
||||||
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
Build the project with:
|
Build the project with:
|
||||||
```
|
```
|
||||||
|
@ -154,7 +153,7 @@ $XDG_CONFIG_HOME/pinnacle
|
||||||
|
|
||||||
The `metaconfig.toml` file provides information on what config to run, kill and reload keybinds,
|
The `metaconfig.toml` file provides information on what config to run, kill and reload keybinds,
|
||||||
and any environment variables you want set. For more details, see the provided
|
and any environment variables you want set. For more details, see the provided
|
||||||
[`metaconfig.toml`](api/lua/metaconfig.toml) file.
|
[`metaconfig.toml`](api/lua/examples/default/metaconfig.toml) file.
|
||||||
|
|
||||||
If no `metaconfig.toml` file is found, the default Lua config will be loaded.
|
If no `metaconfig.toml` file is found, the default Lua config will be loaded.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue