Skip to content

Commit 05a5fe4

Browse files
vrothbergbenoitf
authored andcommitted
README: move "Local Development" to CONTRIBUTING.md
Because it's a distraction when being displayed in Podman Desktop. Signed-off-by: Valentin Rothberg <[email protected]>
1 parent 5a16d80 commit 05a5fe4

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

CONTRIBUTING.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1-
## Contributing
1+
# Contributing
22

3-
### Certificate of Origin
3+
## Certificate of Origin
44

55
By contributing to this project you agree to the Developer Certificate of
66
Origin (DCO). This document was created by the Linux Kernel community and is a
77
simple statement that you, as a contributor, have the legal right to make the
88
contribution. See the [DCO](DCO) file for details.
9+
10+
## Local Development
11+
12+
To rebuild Podman Desktop and the extension run:
13+
14+
```shell
15+
yarn build
16+
```
17+
18+
To execute the extension in Podman Desktop, use one of the following to options.
19+
20+
With a pre-installed version of Podman Desktop:
21+
```shell
22+
podman-desktop --extension-folder this_folder
23+
```
24+
25+
In a local git tree of Podman Desktop:
26+
```shell
27+
yarn watch --extension-folder this_folder
28+
```

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,3 @@ You can install the Red Hat Account Extension directly inside of Podman Desktop.
4040
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.0/screenshots/extension-pack.png)
4141

4242
Extensions for Podman Desktop are shipped as OCI container images, which can be manually installed in the Extensions menu of Podman Desktop. Please refer to the [Podman Desktop documentation](https://podman-desktop.io/docs/extensions/install) for installation instructions and to [Quay.io](https://quay.io/repository/redhat-developer/podman-desktop-redhat-account-ext?tab=tags) for available tags of the Red Hat Account Extension.
43-
44-
# Local Development
45-
46-
To rebuild Podman Desktop and the extension run:
47-
48-
```shell
49-
yarn build
50-
```
51-
52-
To execute the extension in Podman Desktop, use one of the following to options.
53-
54-
With a pre-installed version of Podman Desktop:
55-
```shell
56-
podman-desktop --extension-folder this_folder
57-
```
58-
59-
In a local git tree of Podman Desktop:
60-
```shell
61-
yarn watch --extension-folder this_folder
62-
```

0 commit comments

Comments
 (0)