Skip to content

Commit

Permalink
Updated run commands to the correct ones
Browse files Browse the repository at this point in the history
  • Loading branch information
BorntraegerMarc committed Oct 2, 2020
1 parent 354e391 commit 70fb80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The container will check to make sure that a good source of entropy is available
## Generate a 20 character long password in terminal

```console
$ docker run komed/pwgen 20
$ docker run ghcr.io/komed-health/pwgen 20
```

<br/>
Expand All @@ -21,7 +21,7 @@ $ docker run komed/pwgen 20
```sh
#/bin/bash

declare PWGEN_CMD="docker run komed/pwgen"
declare PWGEN_CMD="docker run ghcr.io/komed-health/pwgen"

declare PW=$($PWGEN_CMD 20)

Expand Down

0 comments on commit 70fb80c

Please sign in to comment.