Skip to content

Commit

Permalink
fix: bunpnpminstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed Aug 7, 2024
1 parent 24e97a3 commit 9c2d6d7
Show file tree
Hide file tree
Showing 4 changed files with 4,186 additions and 4,164 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,23 @@ Run `npm create @sern/bot` for an interactive setup on a brand new project using

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>
Run `sern plugins` to see all installable plugins.


## Development

```sh
git clone https://github.com/sern-handler/cli.git
```
## insall i
```sh
npm i
```
## build it
```sh
npm run build
```
## make it usable globally
- if sern is installed globally already, you may need to uninstall it.
```sh
npm link
```
Loading

0 comments on commit 9c2d6d7

Please sign in to comment.