Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

update of readme to point to the right place #3

Merged
merged 4 commits into from
Apr 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# GenLite 0.2.19 - For GenFanad
# GenLite 0.2.20-1 - For GenFanad

GenLite installation instructions
1. Install [TamperMonkey(All Browsers)](https://www.tampermonkey.net/) in your browser of choice.
2. Change Tampermonkey Inject Mode
1. Go to Tampermonkey -> Dashboard -> Settings tab
2. At the top, change Config Mode to "Advanced"
3. At the bottom under Experimental, change Inject Mode to "Instant"
3. Click [here](https://github.com/Retoxified/GenLite/raw/release/dist/genlite.user.js) to install GenLite
3. Click [here](https://github.com/GenLite-Org/GenLite/raw/release/dist/genlite.user.js) to install GenLite
4. Enjoy! GenLite should automatically update whenever there is a new version. We will announce new versions in our discord server.

Join us on Discord: https://discord.gg/Jn7s7pArdg
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genlite",
"version": "0.2.19",
"version": "0.2.20-1",
"scripts": {
"build:prodbeta": "npm version prerelease --no-git-tag-version --force && npx webpack --mode production --env type=prerelease",
"build:prodrelease": "npm version patch --no-git-tag-version --force && npx webpack --mode production --env type=release",
Expand Down