diff --git a/docs/getting-started/clients/cli/index.md b/docs/getting-started/clients/cli/index.md index 6ec1227d..33ac2265 100644 --- a/docs/getting-started/clients/cli/index.md +++ b/docs/getting-started/clients/cli/index.md @@ -19,11 +19,24 @@ Before you start, you must complete the [Clients repository setup instructions]( Build and run: + + +```bash +cd apps/cli +npm run build:bit:watch +``` + + + + + ```bash cd apps/cli -npm run build:watch +npm run build:oss:watch ``` + + By default, this will use the official Bitwarden servers. You can target your local server by using the [config command](https://bitwarden.com/help/article/cli/#config). You may need to [configure node to use your self-signed certificate](https://bitwarden.com/help/article/cli/#using-self-signed-certificates).