You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,22 @@ See [Algolia CLI](https://algolia.com/doc/tools/cli/) in the Algolia documentati
12
12
13
13
## Installation
14
14
15
+
### npm (any platform)
16
+
17
+
The Algolia CLI is published on npm as [`@algolia/cli`](https://www.npmjs.com/package/@algolia/cli).
18
+
19
+
Run without installing:
20
+
21
+
```sh
22
+
npx @algolia/cli --help
23
+
```
24
+
25
+
Or install globally:
26
+
27
+
```sh
28
+
npm install -g @algolia/cli
29
+
```
30
+
15
31
### macOS
16
32
17
33
The Algolia CLI is available on [Homebrew](https://brew.sh/) and as a downloadable binary from the [releases page](https://github.com/algolia/cli/releases).
0 commit comments