Skip to content

Commit c9260c2

Browse files
doc: Update installation command to use 'go install'
1 parent b2499a9 commit c9260c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> This README is generated from pipegpt itself.
1+
> This README is generated from pipegpt itself. modified by hand.
22
>
33
> cat cmd/pipegpt/cmd/root.go | pipegpt -p "give me a README.md" > README.md
44
@@ -8,7 +8,7 @@ pipegpt is a simple command-line tool for interacting with OpenAI GPT-3 using ch
88

99
## Installation
1010

11-
You can install pipegpt by running `go get github.com/HatsuneMiku3939/pipegpt/cmd/pipegpt`.
11+
You can install pipegpt by running `go install github.com/HatsuneMiku3939/pipegpt/cmd/pipegpt@latest`.
1212

1313
## Usage
1414

0 commit comments

Comments
 (0)