-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-go-version-gco' into filter-type-gco
# Conflicts: # specs/README.md
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,19 @@ Use `spectrum` to create the Postman 2.x collection from the OpenAPI 3 API Speci | |
|
||
### Installation | ||
|
||
The following will install the `spectrum` executable in the `~/go/bin` directory. | ||
Be sure to have the version of go specified in the go.mod file. If you have the latest version of go installed, you can install an oldest version with : | ||
|
||
```bash | ||
$ go install github.com/grokify/[email protected] | ||
$ go install golang.org/dl/go1.16@latest | ||
``` | ||
|
||
This approach requires `go` 1.16 minimum be installed on your system. See more here: [https://golang.org/](https://golang.org/). | ||
See more here: [https://golang.org/](https://golang.org/). | ||
|
||
The following will install the `spectrum` executable in the `~/go/bin` directory. | ||
|
||
```bash | ||
$ ~/go/bin/go1.16 install github.com/grokify/[email protected] | ||
``` | ||
|
||
### Usage | ||
|
||
|