Skip to content

Commit 639eb41

Browse files
committed
Update docs-main to output generated at b7e060d
1 parent 4aae591 commit 639eb41

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs.kosli.com/content/getting_started/install.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ curl -L https://github.com/kosli-dev/cli/releases/download/v{{< cli-version >}}/
8787
sudo mv kosli /usr/local/bin/kosli
8888
```
8989

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+
90102
{{< /tab >}}
91103

92104
{{< tab "From source" >}}
@@ -100,7 +112,6 @@ make build
100112

101113
{{< /tabs >}}
102114

103-
104115
## Verifying the installation worked
105116

106117
Run this command:

0 commit comments

Comments
 (0)