From 88962d7d4c1657758f8dcf2a817d36d7bfa33eb2 Mon Sep 17 00:00:00 2001 From: komapro Date: Mon, 6 Apr 2026 01:05:15 +0200 Subject: [PATCH] docs: Add Fedora Copr installation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b50d7f..9544d42 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,16 @@ SSH into the selected server brew install Adembc/homebrew-tap/lazyssh ``` -### Option 2: Download Binary from Releases +### Option 2: Install from Copr (Fedora/RHEL/EPEL) + +**Unofficial** [Copr repository](https://copr.fedorainfracloud.org/coprs/komapro/lazyssh/) maintained by [komapro](https://github.com/komapro). + +```bash +dnf copr enable komapro/lazyssh +dnf install lazyssh +``` + +### Option 3: Download Binary from Releases Download from [GitHub Releases](https://github.com/Adembc/lazyssh/releases). You can use the snippet below to automatically fetch the latest version for your OS/ARCH (Darwin/Linux and amd64/arm64 supported): @@ -143,7 +152,7 @@ sudo mv lazyssh /usr/local/bin/ lazyssh ``` -### Option 3: Build from Source +### Option 4: Build from Source ```bash # Clone the repository