Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 4fcdd80

Browse files
committed
Update README with publishing instructions
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
1 parent ced2bab commit 4fcdd80

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Allows you to quickly jump from a Github repo, branch or PR to a local developme
1414

1515
<img src="https://github.com/docker/dev-envs-extension/raw/main/docs/button_github_example.png" />
1616

17-
<!-- todo: add marketplace links here-->
17+
Supports [Firefox](https://addons.mozilla.org/en-US/firefox/addon/docker-dev-environments/), Chrome and Edge.
1818

19-
Supports Firefox, Chrome and Edge.
2019

2120
## Contributing
2221

@@ -28,6 +27,14 @@ Unit tests can be ran with `yarn test`. Please remember to add/update tests when
2827

2928
The extension can be built with `yarn build`. You can find instructions on installing an extension temporarily for Firefox [here](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/). For Chrome, check out this [guide](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3029

30+
31+
## Publishing
32+
33+
The extension can be packaged with `yarn package`. Running this will output `dev-envs.xpi` and `dev-envs-source.zip`, which are the extension and source bundle respectively which can be uploaded to the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) and [Firefox Addons](https://addons.mozilla.org/en-US/firefox/).
34+
35+
Don't forget to update the version in `manifest.json` before building a new version.
36+
37+
3138
---
3239

3340
You are free to copy, modify, and distribute **Dev Environments Extension** with attribution under the terms of the Apache-2.0 license. See the LICENSE file for details.

0 commit comments

Comments
 (0)