From d93fb43bf760c2262c74dd81d1415e2be033f9b6 Mon Sep 17 00:00:00 2001 From: iratusmachina Date: Mon, 6 May 2024 03:20:13 -0400 Subject: [PATCH] Adding commands to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e69de29..96ea66f 100644 --- a/README.md +++ b/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" +... +```