Skip to content

Commit d84e8b3

Browse files
committed
Update to v2.5.85
1 parent 32a633a commit d84e8b3

5 files changed

Lines changed: 46106 additions & 37249 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ For advanced users or those not using Sine or who are willing to contribute:
7070
git clone https://github.com/BibekBhusal0/zen-custom-js.git custom
7171
```
7272

73-
3. **Bundle the Script**: This script uses modern JavaScript that needs to be bundled. Navigate into the new directory and run the build command:
73+
3. **Bundle the Script**: This script uses bun a modern JavaScript bundler to bundle all code. Navigate into the new directory and run the build command (bun needs to be installed for this):
7474

7575
```bash
7676
cd custom
77-
npm install
78-
npm run build
77+
bun install
78+
bun run build
7979
```
8080

8181
4. **Import the Script**: In your JS directory, create a new file `import.uc.mjs` (or add to an existing one), and add the following line:

0 commit comments

Comments
 (0)