We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aae591 commit 639eb41Copy full SHA for 639eb41
1 file changed
docs.kosli.com/content/getting_started/install.md
@@ -87,6 +87,18 @@ curl -L https://github.com/kosli-dev/cli/releases/download/v{{< cli-version >}}/
87
sudo mv kosli /usr/local/bin/kosli
88
```
89
90
+{{< /tab >}}
91
+
92
+{{< tab "NPM" >}}
93
+You can install Kosli CLI system-wide with `npm` from the default registry <https://registry.npmjs.org>
94
95
+```shell {.command}
96
+npm install -g @kosli/cli
97
+```
98
99
+Using `npx` is currently not supported
100
101
102
{{< /tab >}}
103
104
{{< tab "From source" >}}
@@ -100,7 +112,6 @@ make build
112
113
{{< /tabs >}}
114
-
115
## Verifying the installation worked
105
116
106
117
Run this command:
0 commit comments