mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 21:45:46 +03:00
14 lines
271 B
Markdown
14 lines
271 B
Markdown
|
## OneSky intergration script
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
Rename `oneskyapp.json.dist` to `oneskyapp.json` and put your data in appropriate fields.
|
||
|
|
||
|
```
|
||
|
npm install
|
||
|
node download.js
|
||
|
node upload.js
|
||
|
```
|
||
|
|
||
|
After download you'll find the output locales in the `client/src/__locales/` folder.
|