From 388b5153b90311640d9b2ccfa36af7317c10c5d7 Mon Sep 17 00:00:00 2001 From: beeb <703631+beeb@users.noreply.github.com> Date: Sun, 31 May 2026 17:06:13 +0200 Subject: [PATCH] docs: update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc18ee1..9ab9208 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ src="https://img.shields.io/crates/v/swpui.svg?style=flat&color=e37602&logo=rust" height="20" /> + nixpkgs `swpui` (pronounced "swap UI") is a TUI utility to search and replace text, with a focus on ergonomics, speed and @@ -34,16 +39,16 @@ cargo install swpui cargo binstall swpui ``` -#### Via Nix flake +#### Via Nix (`nixpkgs-unstable`) ```bash -nix profile install github:beeb/swpui +nix profile install nixpkgs#swpui ``` Or run without installing: ```bash -nix run github:beeb/swpui +nix run nixpkgs#swpui ``` #### Pre-built binaries and install script