Skip to content

Commit

Permalink
Merge pull request #12 from cbrgm/fix-readme
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
cbrgm authored Dec 13, 2023
2 parents 9b4c6e4 + 17247aa commit 1bec91d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ You can download the latest release of structuresmith with this one-liner on Mac

```
wget -O structuresmith "https://github.com/cbrgm/structuresmith/releases/latest/download/structuresmith_$(uname -s)-$(uname -m)"
```

You may also download the latest pre-compiled binaries from the [GitHub releases page](https://github.com/cbrgm/structuresmith/releases/latest) or build `structuresmith` from source using `Go` (1.21+):
Expand All @@ -47,7 +46,7 @@ structuresmith --config path/to/config.yaml --output output/directory --template
### Container

```bash
podman run --rm -it quay.io/cbrgm/structuresmith:latest
podman run --rm -it ghcr.io/cbrgm/structuresmith:latest
```

### GitHub Actions
Expand Down

0 comments on commit 1bec91d

Please sign in to comment.