Skip to content

Commit 211f8fe

Browse files
committed
update install notes
1 parent 5a8f102 commit 211f8fe

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,30 @@ https://github.com/user-attachments/assets/6f7bdee1-183c-4554-9701-e0c30e75d58a
3636

3737
There's a zip for each version on the [releases
3838
page](https://github.com/jcupitt/nip4/releases). Download
39-
`nip4-9.0.2-2.zip`, unzip somewhere, and run `bin/nip4.exe`.
39+
`nip4-x86_64-9.0.5.zip`, unzip somewhere, and run `bin/nip4.exe`.
4040

4141
## macOS
4242

43-
We hope to have a homebrew formula soon.
43+
There's a PR to add nip4 to homebrew here:
4444

45-
## Linux-like systems with flatpak
45+
https://github.com/Homebrew/homebrew-core/pull/209123
4646

47-
There's a PR to add nip4 to flathub here:
47+
Once nip4 gets to 100 stars on gitghub it should get merged. Until then,
48+
you can install from that, with a little trickery.
4849

49-
https://github.com/flathub/flathub/pull/6166
50+
## Linux-like systems with flatpak
5051

51-
Once we get a stable release, nip4 will be added to flathub. You can install
52-
one of the test releases from that PR with eg.:
52+
Add flathub to your set of repositories:
5353

54+
```shell
55+
flatpak remote-add --if-not-exists \
56+
flathub https://flathub.org/repo/flathub.flatpakrepo
5457
```
55-
flatpak install --user \
56-
https://dl.flathub.org/build-repo/165060/org.libvips.nip4.flatpakref
58+
59+
Then install nip4 with:
60+
61+
```shell
62+
flatpak install org.libvips.nip4
5763
```
5864

5965
## From source

0 commit comments

Comments
 (0)