diff options
author | Ajay Ramachandran <[email protected]> | 2022-02-06 14:37:08 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-06 14:37:08 -0500 |
commit | 552b33104b94b0a918032c649f98ac3c9ac75071 (patch) | |
tree | dd7f425738bbad13e015f5e692f13bdfe820872b /README.md | |
parent | 57b952f64cd6b0fb844e45e9eb261bef2b683a47 (diff) | |
download | SponsorBlock-552b33104b94b0a918032c649f98ac3c9ac75071.tar.gz SponsorBlock-552b33104b94b0a918032c649f98ac3c9ac75071.zip |
Remove instructions for attribute generation, now handled by github action
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -82,17 +82,6 @@ Known chromium bug: Extension is not loaded properly on first start. Visit `chro For Firefox for Android, use `npm run dev:firefox-android -- --adb-device <ip-address of the device>`. See the [Firefox documentation](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#debug-your-extension) for more information. -### Attribution Generation - -If you contribute and add a dependency, update the attribution file using the following steps: - -Make sure the attribution generator is installed: `npm i -g oss-attribution-generator` - -```bash -generate-attribution -mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt -``` - # Credit The awesome [Invidious API](https://docs.invidious.io/API.md) was previously used, and the server is now using [NewLeaf](https://git.sr.ht/~cadence/NewLeaf) as a to get video info from YouTube. |