Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Nov 12, 2021
1 parent 25ce42b commit 63b0722
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,25 @@ Following the documentation at [dmgk/faker](https://github.com/dmgk/faker) too.
#### via Homebrew
As a macOS user, you may install `faker` via Homebrew:
```bash
brew install hedzr/brew/faker
```
Or,
```bash
brew tap hedzr/brew
brew install faker
```
#### via DockerHub or Github Docker Registry
Pull the docker image:
```bash
# get docker image
docker pull hedzr/faker
docker pull ghcr.io/hedzr/cli/faker
docker pull hedzr/faker # from Docker Hub
docker pull ghcr.io/hedzr/cli/faker # from Github Packages
```
Run as a local app:
Expand All @@ -123,6 +135,10 @@ docker run -it --rm hedzr/faker finance --mastercard
docker run -it --rm ghcr.io/hedzr/cli/faker
```
#### Else build from source codes
## Getting Started (for Developer)
To run the CLI app:
Expand Down

0 comments on commit 63b0722

Please sign in to comment.