update contributor instructions

This commit is contained in:
Tilman Kranz 2024-11-13 07:47:11 +01:00 committed by Tilman Kranz
parent 7807046a6d
commit 27f92086df

View File

@ -51,6 +51,8 @@ Sample instanciation reading playlist entries from a file `./mp3.m3u`:
## Contributing
* Use `npm install` to install some JavaScript utilities.
* Use `make` to perform a build of the software.
* See subdirectory [src](./src) for javascript sources, specifically [player.js](src/player.js).
- Use `src/build.sh` to re-generate the minified script `js/myplayer.min.js`.
* See subdirectory [css](./css) for CSS, specifically [local.js](src/local.js).