obs-websocket/docs/README.md

22 lines
261 B
Markdown
Raw Normal View History

2021-03-08 11:56:43 +00:00
## Installation
Install node and update npm if necessary.
```sh
cd obs-websocket/docs
npm install
```
## Build
```sh
# Just extract the comments.
npm run comments
# Just render the markdown.
npm run docs
# Do both comments and markdown.
npm run build
```