Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus committed Sep 6, 2024
1 parent 41195dc commit 6b0802a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ Add a template file called `hackernews.tpl` next to your `hackernews.pipet` file
<li>
{{index $item 0}} ({{index $item 1}})</li>{{end}}
</ul>
<p>{{ .timestamp }}</p>
```

Now run `pipet hackernews.pipet` again and Pipet will automatically detect your template file, and render the results to it.
Expand Down Expand Up @@ -78,7 +76,7 @@ This installation method requires Go to be installed on your system.
You can use Go to install Pipet using `go install https://github.com/bjesus/pipet@latest`. Otherwise you can run it without installing using `go run`.

## Distros
Packages are currently only available for [Arch Linux](https://aur.archlinux.org/packages/pipet-git).
Packages are currently only available for [Arch Linux](https://aur.archlinux.org/packages/pipet-git) and Homebrew (`brew tap bjesus/pipet && brew install pipet`).

# Usage

Expand Down

0 comments on commit 6b0802a

Please sign in to comment.