You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,3 +135,17 @@ You can also download prebuilt versions from the [latest GitHub Release](https:/
135
135
136
136
1. Download and extract the `.zip` file for your browser.
137
137
2. Follow the same steps as **Option 1**, but select the extracted folder instead of `distro/`.
138
+
139
+
#### Option 3: From GitHub Actions (Latest Development Builds)
140
+
141
+
To test the absolute latest changes before they are released:
142
+
143
+
1. Go to the [Actions tab](https://github.com/jacobtender/marian-extension/actions) in the repository.
144
+
2. Click on the latest workflow run (usually named "Build and Release").
145
+
3. Scroll down to the **Artifacts** section.
146
+
4. Download the artifact starting with `marian-extension-chrome.(VERSION)` or `marian-extension-firefox.(VERSION)`.
147
+
5. To use either:
148
+
- Extract the zip file to a folder and follow **Option 1**, selecting the extracted folder.
149
+
- Use directly
150
+
-**On Chrome:** Enable Developer mode and drag the zip file onto the window (if you just enabled it refresh first)
151
+
-**On Firefox:** Go to Debugging Add-ons ([about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox)) and click Load Temporary Add-on and select the zip file
0 commit comments