Add sections
This commit is contained in:
parent
58fbae5028
commit
311ac66b34
1 changed files with 7 additions and 0 deletions
|
@ -3,11 +3,17 @@ credits_generator
|
||||||
|
|
||||||
This tool can be used to update the [Home Assistant's Credits page](https://home-assistant.io/developers/credits/).
|
This tool can be used to update the [Home Assistant's Credits page](https://home-assistant.io/developers/credits/).
|
||||||
|
|
||||||
|
Setup
|
||||||
|
-----
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd credits_generator
|
$ cd credits_generator
|
||||||
$ npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
Set your personal GitHub access token as environmental variable.
|
Set your personal GitHub access token as environmental variable.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -17,6 +23,7 @@ $ export GITHUB_TOKEN=<Your GitHub access token>
|
||||||
Run the script.
|
Run the script.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
$ cd credits_generator
|
||||||
$ node update_credits.js
|
$ node update_credits.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue