feat(extensions): most of the extensions implementation, by kdb424
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
# Support
|
||||
|
||||
If you are having any issues in installing, configuring, or otherwise issues
|
||||
with KMK, please reach out to us and our community here.
|
||||
|
||||
If you need support with KMK or just want to say hi, find us in [#kmkfw:klar.sh
|
||||
on Matrix](https://matrix.to/#/#kmkfw:klar.sh). This channel is bridged to
|
||||
Discord [here](https://discordapp.com/widget?id=493256121075761173&theme=dark)
|
||||
for convenience.
|
||||
|
||||
If you ask for help on chat or open a bug report, if possible please give us
|
||||
your commit SHA, found by running `from kmk.consts import KMK_RELEASE;
|
||||
print(KMK_RELEASE)` in the REPL on your controller.
|
||||
your commit SHA, found by running
|
||||
|
||||
```python
|
||||
from kmk.consts import KMK_RELEASE; print(KMK_RELEASE)
|
||||
```
|
||||
|
||||
in the REPL on your controller.
|
||||
|
Reference in New Issue
Block a user