Skip to content

Commit

Permalink
List install commands for all the common package managers
Browse files Browse the repository at this point in the history
Refs #39
  • Loading branch information
nene committed Oct 25, 2024
1 parent 731cdf1 commit 4813663
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Install it as any other Prettier plugin:

```
npm install --save-dev prettier prettier-plugin-sql-cst
# or
pnpm add --save-dev prettier prettier-plugin-sql-cst
# or
yarn add --dev prettier prettier-plugin-sql-cst
```

Then use it on SQL files through Prettier command line tool or Prettier extension
Expand Down

0 comments on commit 4813663

Please sign in to comment.