aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-18 13:16:30 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-18 13:16:30 -0400
commite460abafa4a662a83e5fe6b484343bc5e44a58bf (patch)
tree091abbea7fd0f9d8ae29e252dda08d46b597cfe7 /README.md
parent8f97edcb8563b36ce3184456afb9d333bf4ff850 (diff)
downloadomnisearch-e460abafa4a662a83e5fe6b484343bc5e44a58bf.tar.gz
docs: reorder README again
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/README.md b/README.md
index 294708c..5d33513 100644
--- a/README.md
+++ b/README.md
@@ -46,16 +46,6 @@ Depending on your system, you may first need to install libcurl and libxml2.
# xbps-install -S libxml2-devel libcurl-devel
```
-### macOS (Homebrew)
-```
-$ brew install libxml2 curl openssl pkg-config
-```
-
-### macOS (MacPorts)
-```
-# port install libxml2 curl openssl3 pkgconfig
-```
-
### Nixos
Add the flake to your inputs and import the module. That is all you need.
Here's an example of using the modules in a flake:
@@ -82,8 +72,15 @@ Here's an example of using the modules in a flake:
}
```
+### macOS (Homebrew)
+```
+$ brew install libxml2 curl openssl pkg-config
+```
-
+### macOS (MacPorts)
+```
+# port install libxml2 curl openssl3 pkgconfig
+```
On macOS the build uses `pkg-config` to discover `libxml2`, `libcurl` and OpenSSL flags.