Skip to content

Commit 95008ae

Browse files
committed
fix: readme typos
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 4229b5b commit 95008ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# Podman Desktop Red Hat Account Extension
22

3-
The Podman Desktop Red Hat Account Extension puts the [Red Hat Developers Subscription](https://developers.redhat.com/) and the Red Hat ecosystem at your fingertips. In just a few clicks, you can sign into your Red Hat account or create a new one with a custom email address or social login via your Google, Microsoft, or GitHub account. The Developer Subscription enables you to consume Red Hat content such as RHEL container images and RPM packages at no cost. The Podman Desktop Red Hat Account Extensions makes sure to only consume the no-cost Developer Subscriptions even if you already have paid subscriptions linked to your account. It is supported on Windows, MacOS and Linux.
3+
The Podman Desktop Red Hat Account Extension puts the [Red Hat Developer Subscription](https://developers.redhat.com/) and the Red Hat ecosystem at your fingertips. In just a few clicks, you can sign into your Red Hat account or create a new one with a custom email address or social login via your Google, Microsoft, or GitHub account. The Developer Subscription enables you to consume Red Hat content such as RHEL container images and RPM packages at no cost. The Podman Desktop Red Hat Account Extensions makes sure to only consume the no-cost Developer Subscriptions even if you already have paid subscriptions linked to your account. It is supported on Windows, macOS, and Linux.
44

55
# Usage
66

7-
Once installed, you can find the extension in the Settings menu which you can find in the bottom left corner of Podman Desktop. To sign into your Red Hat account, open the Authentication menu and click on the "Sign in" button:
7+
Once installed, you can find the extension in the Settings menu which you can open in the bottom left corner of Podman Desktop. To sign into your Red Hat account, open the Authentication menu and click on the "Sign in" button:
88

99
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/authentication-menu.png)
1010

11-
To sign into your Red Had account, Podman Desktop will open Red Hat SSO in your browser of choice. The SSO form will make sure that each user has accepted the terms and conditions, and has a valid Red Hat [developers subscription](https://developers.redhat.com/about?source=sso). If needed, you may also create a new Red Hat account and further use social login via an existing Google, Microsoft or GitHub account:
11+
To sign into your Red Hat account, Podman Desktop will open Red Hat SSO in your browser of choice. The SSO form will make sure that each user has accepted the terms and conditions, and has a valid Red Hat [Developer Subscription](https://developers.redhat.com/about?source=sso). If needed, you may also create a new Red Hat account and further use social login via an existing Google, Microsoft or GitHub account:
1212

1313
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/sso.png)
1414

15-
Once signed in, there is nothing further to be done. Podman Desktop will automatically use the SSO token to log into the Red Hat container registry and to register the Linux virtual machine (i.e., podman machine) via subscription-manager. The two tasks are listed in the Tasks menu which you can open on the bottom right of Podman Desktop:
15+
Once signed in, Podman Desktop will automatically use the SSO token to log into the Red Hat container registry and to register the Linux virtual machine (i.e., Podman machine) via subscription-manager. The two tasks are listed in the Tasks menu which you can open in the bottom right corner of Podman Desktop:
1616

1717
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/tasks.png)
1818

1919
To verify that the sign-in process was successful, you may build the following Dockerfile:
2020
```Dockerfile
2121
FROM registry.redhat.io/rhel9/toolbox
2222
RUN dnf install -y kernel
23-
````
23+
```
2424

2525
Pulling the container image `registry.redhat.io/rhel9/toolbox` requires having logged into the Red Hat container registry. Installing the `kernel` package requires access to protected content.
2626

27-
Once signed in, you can now see being logged into the Red Hat Container Registry `registry.redhat.io` in the Registries menu:
27+
Once signed in, you can now see that you are logged into the Red Hat Container Registry `registry.redhat.io` in the Registries menu:
2828
![image](https://raw.githubusercontent.com/redhat-developer/podman-desktop-redhat-account-ext/v1.0.1/screenshots/registries.png)
2929

3030
## Usage on Linux
3131

32-
The extension requires a running Podman Machine which grants root privileges required to run subscription-manager. In order to create a Podman Machine you may run `podman machine init` in your terminal; Podman Desktop and the extension will then be able to use that Podman Machine.
32+
The extension requires a running Podman machine which grants the root privileges required to run subscription-manager. In order to create a Podman machine you may run `podman machine init` in your terminal; Podman Desktop and the extension will then be able to use that Podman machine.
3333

3434
From a technical perspective, the extension is not required when running on Linux. You can run `podman login registry.redhat.io` and `subscription-manager register` with the credentials of your Red Hat account. `subscription-manager` is available on Fedora, CentOS, and Red Hat Enterprise Linux.
3535

0 commit comments

Comments
 (0)