Skip to content

Commit

Permalink
Properly format the warning section.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Feb 19, 2024
1 parent d56c7b0 commit c2b431f
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,18 @@ docker pull ghcr.io/nanotech-empa/aiidalab-for-teaching:main
```

> [!WARNING]
> asdfsdf
| :warning: WARNING |
|:---------------------------|
| The `docker pull` command might not work. To fix that, you need to authenticate to GitHub first: |
| ```bash |
| docker login ghcr.io -u <github-username> |
| Password: <your-token> |
| |
| The access token can be created here: https://github.com/settings/tokens |
| Make sure to enable the following permissions: |
| |
| * write:packages |
| * read:packages |
| * delete:packages |
> The `docker pull` command might not work. To fix that, you need to authenticate to GitHub first:
> ```bash
> docker login ghcr.io -u <github-username>
> Password: <your-token>
> ```
> The access token can be created here: https://github.com/settings/tokens
> Make sure to enable the following permissions:
> ```
> * write:packages
> * read:packages
> * delete:packages
> ```
To rename the image to `aiidalab/teaching`, please run the following command:
Expand Down

0 comments on commit c2b431f

Please sign in to comment.