kannaka 0.16.2 → 0.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Supported platforms: **linux**, **macOS**, **windows** on **x86_64** and
|
|
|
34
34
|
## Alternatives
|
|
35
35
|
|
|
36
36
|
- Direct install script: `curl -sSf https://install.ninja-portal.com/kannaka | sh`
|
|
37
|
-
- Docker: `docker run --rm ghcr.io/
|
|
37
|
+
- Docker: `docker run --rm ghcr.io/kannaka-labs/kannaka --version`
|
|
38
38
|
- Build from source: <https://github.com/kannaka-labs/kannaka-memory>
|
|
39
39
|
|
|
40
40
|
MIT licensed. The version of this package tracks the kannaka release it installs.
|
package/package.json
CHANGED