Skip to content

Commit

Permalink
Adds another Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brown committed Dec 29, 2023
1 parent ed9c59b commit 3d6ce1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd structurizr-cli
./gradlew
```

If succesful, The `build/distributions` directory will contain a `.zip` file, with which you can:
If successful, The `build/distributions` directory will contain a `.zip` file, with which you can:

1. Unzip into a directory of your choice.
2. Add the directory to your operating system's path (optional).
Expand Down Expand Up @@ -49,8 +49,9 @@ In this example, `$PWD` will mount the current local directory as the CLI workin
Alternative containers are available via:

- [leopoldodonnell/structurizr-cli-docker](https://github.com/leopoldodonnell/structurizr-cli-docker)
- [aidmax/structurizr-cli-docker](https://github.com/aidmax/structurizr-cli-docker)
- [aidmax/structurizr-cli-docker](https://github.com/aidmax/structurizr-cli-docker) (GitHub Actions compatible)
- [evilpilaf/structurizr-remotecontainer](https://github.com/evilpilaf/structurizr-remotecontainer)
- [sebastienfi/structurizr-cli-with-bonus/](https://github.com/sebastienfi/structurizr-cli-with-bonus/) (GitHub Actions compatible; includes PlantUML)

## Package managers

Expand Down Expand Up @@ -84,6 +85,10 @@ And to upgrade:
scoop update structurizr-cli
```

## GitHub Actions

Some pre-built GitHub Actions are available on the [GitHub Actions marketplace](https://github.com/marketplace?category=&type=actions&query=structurizr).

## GitLab

To export your diagrams to Mermaid format in gitlab-ci, add the `workspace.dsl` to your repo and add this job to your `.gitlab-ci.yml`:
Expand Down

0 comments on commit 3d6ce1f

Please sign in to comment.