Skip to content

Commit f9faaa0

Browse files
authored
chore: add other package manager
1 parent f7e39df commit f9faaa0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
> Install lapcord language-server globally.
3030
3131
```bash
32-
npm install lapcord -g
32+
npm install -g lapcord
33+
# or
34+
yarn global add lapcord
35+
# or
36+
pnpm add -g lapcord
3337
```
3438

3539
## Preview

0 commit comments

Comments
 (0)