From 54b9c99537c0bb2a8dc092ab54df248921451c9e Mon Sep 17 00:00:00 2001 From: DCreason Date: Fri, 27 Mar 2026 01:40:18 +0000 Subject: [PATCH] update one-liner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea33cf..8c843b7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ WARNING: this has not yet been audited by human eyes, use at your own risk! `samba-configer` is a small interactive terminal program for reading an existing Samba configuration, listing shares, and guiding add/edit/delete operations. -Download the prebuilt executable: `curl -L https://git.dcreason.net/dakota/samba-configer/raw/branch/main/samba-configer -o samba-configer && chmod +x samba-configer` +Download the prebuilt executable: `curl -L https://git.dcreason.net/dakota/samba-configer/releases/download/latest/samba-configer-linux-amd64 -o samba-configer && chmod +x samba-configer` It is implemented in Go with only the standard library so it builds into a single executable easily.