Add sections

This commit is contained in:
Fabian Affolter 2017-12-10 10:46:07 +01:00
parent 58fbae5028
commit 311ac66b34
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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
``` ```