mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add sections
This commit is contained in:
parent
58fbae5028
commit
311ac66b34
@ -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…
x
Reference in New Issue
Block a user