diff options
author | Ajay Ramachandran <[email protected]> | 2023-08-01 15:52:50 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-01 15:52:50 -0400 |
commit | cc6b65c6c491fc1e8ef768b4a4e89231d34c504b (patch) | |
tree | f122699beb6978e8057ed9831a856e2d662e1c51 /CONTRIBUTING.md | |
parent | d2c99c2d7714f4b34f0386cb6d0adaf3a6695686 (diff) | |
download | SponsorBlock-cc6b65c6c491fc1e8ef768b4a4e89231d34c504b.tar.gz SponsorBlock-cc6b65c6c491fc1e8ef768b4a4e89231d34c504b.zip |
suggest using Linux
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb5217d6..4f94363e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ If you make any contributions to SponsorBlock after this file was created, you a # Building ## Building locally -0. You must have [Node.js 16 or later](https://nodejs.org/) and npm installed. +0. You must have [Node.js 16 or later](https://nodejs.org/) and npm installed. Works best on Linux 1. Clone with submodules ```bash git clone --recursive https://github.com/ajayyy/SponsorBlock |