nandi/nimstaticpublic Fork 0
bc5f3d7
Commits
Clone
git clone https://git.rickub.com/nandi/nimstatic.git
git clone ssh://git@rickub.com/nandi/nimstatic.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

README: install from the release assets

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandi committed 2026-09-19T18:08:31-07:00 Browse files
bc5f3d7 parent: 799d4ce
modified README.md +10 -2
@@ -155,11 +155,19 @@ you run.
155155
156156 ## Install
157157
158+Grab the static binary from the [latest release](https://rickub.com/nandi/nimstatic/releases):
159+
158160 ```bash
159-nimble install
161+curl -sSfLO https://rickub.com/nandi/nimstatic/releases/download/v0.1.5/nimstatic-0.1.5-x86_64-linux
162+chmod +x nimstatic-0.1.5-x86_64-linux
160163 ```
161164
162-or build in place with `nim c -d:ssl -o:nimstatic src/nimstatic.nim`.
165+Each release attaches the binary, an `.xz` of it, and `SHA256SUMS`; CI builds
166+them on a `v*` tag, and nimstatic builds itself, so the artifact doubles as
167+proof the tool works on a clean machine. To pin it in a project, use the
168+DotSlash file in the release notes.
169+
170+Or from source: `nimble install`, or `nim c -d:ssl -o:nimstatic src/nimstatic.nim`.
163171
164172 ## Tests
165173
@@ -155,11 +155,19 @@ you run.
155 155
156 ## Install156 ## Install
157 157
158+Grab the static binary from the [latest release](https://rickub.com/nandi/nimstatic/releases):
159+
158 ```bash160 ```bash
159-nimble install161+curl -sSfLO https://rickub.com/nandi/nimstatic/releases/download/v0.1.5/nimstatic-0.1.5-x86_64-linux
162+chmod +x nimstatic-0.1.5-x86_64-linux
160 ```163 ```
161 164
162-or build in place with `nim c -d:ssl -o:nimstatic src/nimstatic.nim`.165+Each release attaches the binary, an `.xz` of it, and `SHA256SUMS`; CI builds
166+them on a `v*` tag, and nimstatic builds itself, so the artifact doubles as
167+proof the tool works on a clean machine. To pin it in a project, use the
168+DotSlash file in the release notes.
169+
170+Or from source: `nimble install`, or `nim c -d:ssl -o:nimstatic src/nimstatic.nim`.
163 171
164 ## Tests172 ## Tests
165 173