Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Aug 28, 2023
1 parent 6d5ebc4 commit a324fea
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Check Youtube👇

[![](http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg)](http://www.youtube.com/watch?v=s_MvkH3IXrM "")

[![youtube](http://img.youtube.com/vi/s_MvkH3IXrM/0.jpg)](http://www.youtube.com/watch?v=s_MvkH3IXrM "")

## Installation

Expand All @@ -18,20 +17,16 @@ git clone https://github.com/okhiroyuki/redmobile-modules-generator.git

## Usage

First, do `npm i`.

Next, Install the Node-RED Custom Node you want to use with the npm command.

Sample:

```bash
// Add any module
npm i node-red-contrib-telegrambot
```
1. `npm i`
1. Install the Node-RED Custom Node you want to use with the npm command.

Finally, do `npm run build`.
```bash
// sample
npm i node-red-contrib-telegrambot
```

The `node_modules.zip` file will be generated directly under the dist folder.
1. `npm run build`
1. The `node_modules.zip` file will be generated directly under the dist folder.

## How to apply it to Redmobile

Expand Down

0 comments on commit a324fea

Please sign in to comment.