Update README.md - Fix numbering for instructions

This commit is contained in:
Jones
2025-05-30 19:47:31 +09:30
committed by GitHub
parent ac9761286c
commit 37a13cba07
+8 -8
View File
@@ -64,7 +64,7 @@ Don't worry- if you get stuck feel free to ask around in the [discord](https://d
git clone https://github.com/BetterSEQTA/BetterSEQTA-Plus git clone https://github.com/BetterSEQTA/BetterSEQTA-Plus
``` ```
1. Install dependencies 2. Install dependencies
You may install the dependencies like below: You may install the dependencies like below:
@@ -80,27 +80,27 @@ npm install --legacy-peer-deps # Only NPM supported
### Running Development ### Running Development
2. Run the dev script (it updates as you save files) 3. Run the dev script (it updates as you save files)
``` ```
npm run dev # or use your perferred package manager npm run dev # or use your preferred package manager
``` ```
### Building for production ### Building for production
2. Run the build script 4. Run the build script
``` ```
npm run build # or use your perferred package manager npm run build # or use your preferred package manager
``` ```
2.1. Package it up (optional)     4.1. Package it up (optional)
``` ```
npm run zip # This REQUIRES 7-Zip to be installed in order to work. You can also use your perferred package manager npm run zip # This REQUIRES 7-Zip to be installed in order to work. You can also use your preferred package manager
``` ```
3. Load the extension into chrome 5. Load the extension into chrome
- Go to `chrome://extensions` - Go to `chrome://extensions`
- Enable developer mode - Enable developer mode