mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +01:00
Update README
Add API stability disclaimer
This commit is contained in:
parent
3ba7523e48
commit
2c67df1ffa
1 changed files with 8 additions and 0 deletions
|
@ -101,6 +101,14 @@ PINNACLE_CONFIG_DIR="./api/rust" cargo run
|
|||
```
|
||||
|
||||
## Custom configuration
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Pinnacle is under heavy development, and there *will* be major breaking changes to these APIs
|
||||
> until I release version 0.1, at which point there will be an API stability spec in place.
|
||||
>
|
||||
> Until then, I recommend you either use the out-of-the-box configs above or prepare for
|
||||
> your config to break every now and then.
|
||||
|
||||
Pinnacle will search for a `metaconfig.toml` file in the following directories, from top to bottom:
|
||||
```sh
|
||||
$PINNACLE_CONFIG_DIR
|
||||
|
|
Loading…
Reference in a new issue