This commit is contained in:
antelle 2017-05-20 13:31:12 +02:00
parent 9a773fc016
commit 9e2cf2e31a
1 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,17 @@ You can add or edit translations at [OneSky](http://keeweb.oneskyapp.com/), they
## Scripts
Download translations from OneSky and save as KeeWeb plugins:
```
npm run-script translations
```
Download translations from OneSky and save as KeeWeb plugins.
Update plugin definitions:
```
npm run-script update
```
Update everything:
```
npm start
```