Skip to content

Commit 73ec39c

Browse files
authored
Merge pull request #50 from feloy/doc/update-readme
Update README for extension catalog
2 parents 6b96bdb + 5830864 commit 73ec39c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY ./podman-desktop-extension/vite.config.js /opt/app-root/src/
2727
COPY ./podman-desktop-extension/vitest.config.js /opt/app-root/src/
2828
COPY ./podman-desktop-extension/LICENSE /opt/app-root/src/
2929
COPY ./podman-desktop-extension/icon.png /opt/app-root/src/
30-
COPY ./podman-desktop-extension/README.md /opt/app-root/src/
30+
COPY ./README.md /opt/app-root/src/
3131

3232
RUN yarn && yarn build
3333

@@ -37,7 +37,7 @@ COPY --from=node-builder /opt/app-root/src/dist/ /extension/dist
3737
COPY ./podman-desktop-extension/package.json /extension/
3838
COPY ./podman-desktop-extension/LICENSE /extension/
3939
COPY ./podman-desktop-extension/icon.png /extension/
40-
COPY ./podman-desktop-extension/README.md /extension/
40+
COPY ./README.md /extension/
4141

4242

4343
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145 as cli-builder

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ doa[.exe] analyze -f /your/local/project/path[/Containerfile_name]
9898
Podman Desktop Extension
9999
========================
100100

101-
To install the extension on Podman Desktop, you can go to Resources > Extensions, then "Install extension from the OCI image", using the image name: ` ghcr.io/redhat-developer/podman-desktop-image-checker-openshift-ext:<release_name>`
101+
To install the extension on Podman Desktop, you can click on the "Extensions" icon in the left sidebar and search for "Checker".
102102

103103
Contributing
104104
============
105105
This is an open source project open to anyone. This project welcomes contributions and suggestions!
106106

107-
For information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md).
107+
For information on getting started, refer to the [CONTRIBUTING instructions](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext/blob/main/CONTRIBUTING.md).
108108

109109

110110
Feedback & Questions
@@ -114,7 +114,7 @@ If you discover an issue please file a bug and we will fix it as soon as possibl
114114

115115
License
116116
=======
117-
Apache 2.0, See [LICENSE](LICENSE) for more information.
117+
Apache 2.0, See [LICENSE](https://github.com/redhat-developer/podman-desktop-image-checker-openshift-ext/blob/main/LICENSE) for more information.
118118

119119
Acknowledgments
120120
===============

podman-desktop-extension/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)