danielgtaylor / restish

Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
https://rest.sh/
MIT License
717 stars 69 forks source link

Update docs to use `go install` instead of `go get` #227

Closed cbliard closed 8 months ago

cbliard commented 8 months ago

go get -u github.com/danielgtaylor/shorthand/cmd/j did not work for me. I ran it from a golang docker container because I do not have any go development environment available. Following error messages from the go command, I ended up with go install github.com/danielgtaylor/shorthand/cmd/j@latest which worked and installed the j executable in /go/bin/j.

codecov[bot] commented 8 months ago

Codecov Report

Merging #227 (0a1f26c) into main (c4befd0) will not change coverage. Report is 2 commits behind head on main. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #227   +/-   ##
=======================================
  Coverage   76.92%   76.92%           
=======================================
  Files          26       26           
  Lines        3666     3666           
=======================================
  Hits         2820     2820           
  Misses        639      639           
  Partials      207      207           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c4befd0...0a1f26c. Read the comment docs.