We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2499a9 commit c9260c2Copy full SHA for c9260c2
README.md
@@ -1,4 +1,4 @@
1
-> This README is generated from pipegpt itself.
+> This README is generated from pipegpt itself. modified by hand.
2
>
3
> cat cmd/pipegpt/cmd/root.go | pipegpt -p "give me a README.md" > README.md
4
@@ -8,7 +8,7 @@ pipegpt is a simple command-line tool for interacting with OpenAI GPT-3 using ch
8
9
## Installation
10
11
-You can install pipegpt by running `go get github.com/HatsuneMiku3939/pipegpt/cmd/pipegpt`.
+You can install pipegpt by running `go install github.com/HatsuneMiku3939/pipegpt/cmd/pipegpt@latest`.
12
13
## Usage
14
0 commit comments