Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,24 @@ $ go get github.com/hashicorp/go-getter

go-getter also has a command you can use to test URL strings:

install via `go install`:
```
$ go install github.com/hashicorp/go-getter/cmd/go-getter
...
```

$ go-getter github.com/foo/bar ./foo
install via [asdf](https://asdf-vm.com) version manager:
```
$ asdf plugin add go-getter
$ asdf install go-getter latest
...
```

The command is useful for verifying URL structures.
```
$ go-getter github.com/foo/bar ./foo
...
```

## URL Format

Expand Down