We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd1eb4 commit 45dd601Copy full SHA for 45dd601
README.md
@@ -21,7 +21,7 @@ curl https://news.ycombinator.com/
21
span > a
22
.sitebit a
23
```
24
-2. Run `go run https://github.com/bjesus/pipet/ myfile.pipet`
+2. Run `go run github.com/bjesus/pipet/cmd/pipet@latest myfile.pipet`
25
3. See all of the latest hacker news in your terminal!
26
27
Want it as JSON? Run `go run https://github.com/bjesus/pipet/ --json myfile.pipet`! Want to template it? See more below.
0 commit comments