Skip to content

Commit 9c2d6d7

Browse files
committed
fix: bunpnpminstall
1 parent 24e97a3 commit 9c2d6d7

File tree

4 files changed

+4186
-4164
lines changed

4 files changed

+4186
-4164
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,23 @@ Run `npm create @sern/bot` for an interactive setup on a brand new project using
6161

6262
sern runs on your plugins. Contribute to our [repository](https://github.com/sern-handler/awesome-plugins) and then install the plugins via our cli! <br>
6363
Run `sern plugins` to see all installable plugins.
64+
65+
66+
## Development
67+
68+
```sh
69+
git clone https://github.com/sern-handler/cli.git
70+
```
71+
## insall i
72+
```sh
73+
npm i
74+
```
75+
## build it
76+
```sh
77+
npm run build
78+
```
79+
## make it usable globally
80+
- if sern is installed globally already, you may need to uninstall it.
81+
```sh
82+
npm link
83+
```

0 commit comments

Comments
 (0)