Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- refresh feature
- homebrew installation
  • Loading branch information
piqoni authored Jun 7, 2024
1 parent dd8e78a commit 7bee7e2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,24 @@
<td> `c` </td>
<td>Open Comments page on Browser</td>
</tr>
<tr>
<tr>
<td> `q` </td>
<td>Quit App</td>
</tr>
<tr>
<td> `r` </td>
<td>Refresh HN Frontpage</td>
</tr>
</table>
</div>

# Installation
## Homebrew
```
brew tap piqoni/hn-text
brew install hn-text
```

## Binaries
Download binaries for your OS at [release page](https://github.com/piqoni/hn-text/releases), and chmod +x the file to allow execution.

Expand All @@ -85,3 +95,8 @@ If you use GO, you can install it directly:
```
go install github.com/piqoni/hn-text@latest
```

Note: If you get "command not found", then likely your GOPATH/bin is not in your PATH. To add it, place the following to your ~/.bashrc or ~/.zshrc depending on your shell:
```
export PATH=${PATH}:`go env GOPATH`/bin
```

0 comments on commit 7bee7e2

Please sign in to comment.