Skip to content

Commit

Permalink
Merge branch 'main' into japroc/create-diataxis-subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
japroc committed Jan 22, 2024
2 parents b72ac71 + 029d066 commit e83f172
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/how-to/get-scanio.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ docker run --rm ghcr.io/scan-io-git/scan-io:latest --help
```

Or build the Docker image from the sources with the following command: `make docker`.

## With Go Install
It's also possible to use the built-in Go package installation feature. Use this command:
```
go install github.com/scan-io-git/scan-io@latest
```
This command installs Scanio CLI and all its dependencies. The tool can be executed by calling `scan-io --help`.
Instead of installing the latest version, you can specify a specific version, such as:
```
go install github.com/scan-io-git/scan-io@v0.1.0
```
> Note: This method installs only the core of Scanio CLI, excluding the plugins.

0 comments on commit e83f172

Please sign in to comment.