Skip to content

Commit

Permalink
chore: Update download links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-cileli committed Jun 17, 2024
1 parent acbe08d commit e279c50
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,15 @@ DBee is a terminal-based TUI application written in Go, designed for connecting
<kbd>Arrow Keys</kbd>, <kbd>Home/End</kbd>, <kbd>Page Up/Page Down</kbd> : Navigate table

### Download
- [Windows (amd64)](https://github.com/murat-cileli/dbee/releases/download/0.1/dbee_windows_amd64.exe)
- [GNU/Linux (amd64)](https://github.com/murat-cileli/dbee/releases/download/0.1/dbee_linux_amd64)
- [Linux (amd64)](https://github.com/murat-cileli/dbee/blob/main/bin/linux-amd64/dbee)
- [macOS (amd64)](https://github.com/murat-cileli/dbee/blob/main/bin/darwin-amd64/dbee)
- [Windows (amd64)](https://github.com/murat-cileli/dbee/blob/main/bin/windows-amd64/dbee.exe)

# Building From Source
```console
git clone https://github.com/murat-cileli/dbee.git
make build
```

### Notes
- Contributions are welcome.
Expand Down

0 comments on commit e279c50

Please sign in to comment.