- Go to releases
- Select the portable or the instalable version
- Download it
- ???
- Done
If you feel like building the project because you don't like something on it (I can't blame you) you have two options, run it with:
yarn install
# Edit whatever you have to edit
yarn run dist
or
rm yarn.lock
npm install
# Edit whatever you have to edit
npm run dist
If you feel like something is missing or have some ideas you can create a pull request