Skip to content

Commit

Permalink
[skip ci]Update: requried node verison & testing instructment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Jun 30, 2024
1 parent f56aef6 commit 38e7a70
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Repository to host plugins and related issues, and requests for

## Installing

- Prerequisites: Nodejs >= 18
- Prerequisites: Nodejs >= 20

1. `npm install`

## Contributing

- [Quick start](./docs/quickstart.md)
- [Documentation](./docs/docs.md)
- [Quick start](./docs/quickstart.md)
- [Documentation](./docs/docs.md)

## Testing

Expand All @@ -31,12 +31,7 @@ Repository to host plugins and related issues, and requests for
#### via an app

1. Run `npm run host-linux` or `npm run host-windows` (depending on your operating system)
2. Change the values in [pluginManager.ts](https://github.com/LNReader/lnreader/blob/master/src/plugins/pluginManager.ts) (in-app) to yours

```ts
const githubUsername = "LNReader";
const githubRepository = "lnreader-plugins";
```
2. Add your `https://raw.githubusercontent.com/<username>/<repo>/plugins/<tag>/.dist/plugins.min.json` to app repository

---

Expand Down

0 comments on commit 38e7a70

Please sign in to comment.