Skip to content

Commit e752739

Browse files
committed
Merge remote-tracking branch 'origin/main' into 2025-updates
2 parents c71ed55 + d72a3e0 commit e752739

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,13 @@ Note that this browser extension does not make any changes to the Zotero databas
7979
### Prerequisites
8080

8181
1. Install [Node.js](https://nodejs.org) (e.g., `choco install nodejs`)
82-
2. Install [gulp](https://gulpjs.com/) and [web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext): `npm install --global gulp-cli web-ext`
83-
3. [Fork the repository](https://help.github.com/articles/fork-a-repo/).
84-
4. Clone the repository **with submodules**: `git clone --recursive git@github.com:{your-username}/JabRef-Browser-Extension.git`
85-
5. Install development dependencies via `npm install`.
86-
6. **After cloning the repo execute the python script `scripts/import_and_patch_translators.py`**
87-
7. JabRef running locally and reachable over HTTP on a configurable port.
88-
8. The popup assumes JabRef is reachable at `http://localhost:<port>` (default port stored in extension settings, default `23119`).
89-
9. Start browser with the add-on activated:
82+
2. [Fork the repository](https://help.github.com/articles/fork-a-repo/).
83+
3. Clone the repository **with submodules**: `git clone --recursive git@github.com:{your-username}/JabRef-Browser-Extension.git`
84+
4. Install development dependencies via `npm install`.
85+
5. **After cloning the repo execute the python script `scripts/import_and_patch_translators.py`**
86+
6. JabRef running locally and reachable over HTTP on a configurable port.
87+
7. The popup assumes JabRef is reachable at `http://localhost:<port>` (default port stored in extension settings, default `23119`).
88+
8. Start browser with the add-on activated:
9089
Firefox: `npm run dev:firefox`
9190
Chrome: `npm run dev:opera`
9291

0 commit comments

Comments
 (0)