Skip to content

Commit

Permalink
Update README (ghcr FTW)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsodd authored Jun 26, 2023
1 parent b281b4e commit 398a1d3
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 @@ -33,12 +33,12 @@ Mount the directory where you want the generated source code to be written as `/

Linux / MacOS:
```bash
docker run -v $(pwd):/src fint/graphql-cli:latest <ARGS>
docker run -v $(pwd):/src ghcr.io/fintlabs/fint-graphql-cli:latest <ARGS>
```

Windows PowerShell:
```ps1
docker run -v ${pwd}:/src fint/graphql-cli:latest <ARGS>
docker run -v ${pwd}:/src ghcr.io/fintlabs/fint-graphql-cli:latest <ARGS>
```

### Source
Expand Down

0 comments on commit 398a1d3

Please sign in to comment.