Adding commands to README.md
This commit is contained in:
parent
2905c2e8e5
commit
d93fb43bf7
16
README.md
16
README.md
|
@ -0,0 +1,16 @@
|
||||||
|
# Testing
|
||||||
|
|
||||||
|
With the go-get command
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ go get -v -u jbowen.dev/cereal
|
||||||
|
get "jbowen.dev/cereal": found meta tag get.metaImport{Prefix:"jbowen.dev/cereal", VCS:"git", RepoRoot:"https://github.com/jamesbo13/cereal"} at //jbowen.dev/cereal?go-get=1
|
||||||
|
jbowen.dev/cereal (download)
|
||||||
|
```
|
||||||
|
|
||||||
|
With the httpie command
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ http --body "https://gopkg.in/yaml.v3?go-get=1"
|
||||||
|
...
|
||||||
|
```
|
Loading…
Reference in New Issue