Skip to content

Commit

Permalink
Add install plugins manually (#518)
Browse files Browse the repository at this point in the history
* feat: add install plugins manually

* fix: plugin

Co-authored-by: Vinicius Alves da Silva <yper51@protonmail.com>

Co-authored-by: Vinicius Alves da Silva <yper51@protonmail.com>
  • Loading branch information
ogustavo-pereira and yper51 committed Feb 17, 2022
1 parent 9ed1130 commit 5507372
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ Use built-in `plugins` command to search and manage custom plugins.

Discover plugins and more at [Cerebro's Awesome List](https://github.com/lubien/awesome-cerebro).

You can install them manually using npm

open it in the terminal configuration file path, go to the plugins folder

```bash
cd ./plugins
```

Install the plugin

```bash
npm install --save name-of-plugin
```

## Development

If you have any questions feel free to chat in gitter: https://gitter.im/KELiON-cerebro.
Expand Down

0 comments on commit 5507372

Please sign in to comment.