diff options
author | Ajay Ramachandran <[email protected]> | 2021-10-02 17:42:47 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-10-02 17:42:47 -0400 |
commit | 0e147134f3435d842fea9f695f0a6bf113ce8b17 (patch) | |
tree | ff41fa9e30b91a646c3f4fcea6378b30eeb1a05f /README.md | |
parent | 8605e23fbbe1215b9bc54a0e714c6ade11cf6c22 (diff) | |
download | SponsorBlock-0e147134f3435d842fea9f695f0a6bf113ce8b17.tar.gz SponsorBlock-0e147134f3435d842fea9f695f0a6bf113ce8b17.zip |
Add testing action
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ You can read the API docs [here](https://wiki.sponsor.ajay.app/index.php/API_Doc # Building +You must have Node.js 16 installed. + Rename `config.json.example` to `config.json` and adjust configuration as desired. There are also other build scripts available. Install `npm`, then run `npm install` in the repository to install dependencies. |