diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-16 23:04:13 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-16 23:04:13 -0400 |
| commit | 2b0e915bb105f08ab90c393e339b9914ca940272 (patch) | |
| tree | 3e0f5a52d4df8a6852bcff1302b0e22133797b86 /README.md | |
| parent | 1c4ec1e5bdc951ae037c1760df3b9e104b2b552f (diff) | |
| download | omnisearch-2b0e915bb105f08ab90c393e339b9914ca940272.tar.gz | |
docs+fix: update README.md, fix s6 and runit services
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -11,6 +11,38 @@ Create a config.ini, there is an example included in the root. - beaker [(source)](https://git.bwaaa.monster/beaker/) # First Setup +Depending on your system, you may first need to install libcurl and libxml2. + +### Arch Linux +``` +# pacman -S libxml2 libcurl +``` + +### Debian/Ubuntu +``` +# apt install libxml2-dev libcurl4-openssl-dev +``` + +### Fedora +``` +# dnf install libxml2-devel libcurl-devel +``` + +### openSUSE +``` +# zypper install libxml2-devel libcurl-devel +``` + +### Alpine +``` +# apk add libxml2-dev curl-dev +``` + +### Void +``` +# xbps-install -S libxml2-devel libcurl-devel +``` + Firstly, install libbeaker: ``` $ git clone https://git.bwaaa.monster/beaker |
