Skip to content

Commit 88ee657

Browse files
committed
chore: fix wording
1 parent 40e73d7 commit 88ee657

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/doc/docs/catalog/installation.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ Before installing the VulcanSQL catalog-server from NPM, make sure the following
1919

2020
### NPM Install
2121
```bash
22-
npm i -g @vulcan-sql/catalog-server
22+
npm i @vulcan-sql/catalog-server
2323
```
2424

25+
:::info
26+
27+
At the moment, `@vulcan-sql/catalog-server` should be installed per project
28+
:::
29+
2530
After installing `@vulcan-sql/catalog-server`, you can run:
2631
```bash
2732
vulcan catalog

0 commit comments

Comments
 (0)