Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 70d225e

Browse files
authored
Update install-the-cli.md
1 parent 244c8ae commit 70d225e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/get-started/install-the-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ sidebar_position: 1
66

77
### Easy install
88

9+
The CLI is meant to be installed on your own, local development machine. You don't need to install it on any of your servers.
10+
911
The easiest way to set up the CLI under Linux and macOS is to run:
1012

1113
```bash
1214
curl https://cli-assets.letsdisco.dev/install.sh | sh
1315
```
1416

15-
The installation script above requires sudo.
17+
The installation script above requires sudo to create symbolic links under `/usr/local`.
1618

1719
---
1820

0 commit comments

Comments
 (0)