Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ go install github.com/moneycaringcoder/cryptstream-tui/cmd/cryptstream@latest

Requires Go 1.24+. The binary is installed to `$GOPATH/bin` (usually `~/go/bin`).

> **Note:** `go install` builds from source and does not embed version info. For automatic update checks to work correctly, use one of the other install methods or download a pre-built binary.

### Pre-built binaries

Download the latest release for your platform from [Releases](https://github.com/moneycaringcoder/cryptstream-tui/releases). Extract and place the binary somewhere on your `PATH`.
Expand Down
Loading