From a259949cd6ceee227292ad1ac6b5d49d2b0d625e Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 6 May 2020 20:22:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8551c727..4574d98e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ You can read the API docs [here](https://github.com/ajayyy/SponsorBlockServer#ap # Building +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. Run `npm run build` to generate a Chrome extension.