Skip to content

Commit

Permalink
Fix typo (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
  • Loading branch information
0kyn and marcauberer committed Jun 30, 2022
1 parent c35a879 commit b96702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ After installing Compose Generator, you should be able to run Compose Generator.
[Download 64bit](https://github.com/compose-generator/compose-generator/releases/latest/download/compose-generator_x64_setup.msi){ .md-button .md-button--primary .md-button--small }
[Download 32bit](https://github.com/compose-generator/compose-generator/releases/latest/download/compose-generator_x86_setup.msi){ .md-button .md-button--primary .md-button--small }

Note: It is possible, that you see an error notification by your anti-virus software, that Compose Generator is a potentally dangerous application. This can happen if the latest version was released very recently and too few people downloaded it already. If you want to validate the file signature, you can visit [this GitHub repo](https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/ChilliBits/ComposeGenerator), select your version and open the file `ChilliBits.ComposeGenerator.installer.yaml`. There you can find the SHA256 signatures for the `x64` and `x86` exe installers.
Note: It is possible, that you see an error notification by your anti-virus software, that Compose Generator is a potentially dangerous application. This can happen if the latest version was released very recently and too few people downloaded it already. If you want to validate the file signature, you can visit [this GitHub repo](https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/ChilliBits/ComposeGenerator), select your version and open the file `ChilliBits.ComposeGenerator.installer.yaml`. There you can find the SHA256 signatures for the `x64` and `x86` exe installers.

### Use
```sh
compose-generator [<command>]
```

*[CLI]: Command Line Interface
*[CLI]: Command Line Interface

0 comments on commit b96702a

Please sign in to comment.