From 0eccb9bcf21cac21fe432cdc3ab47767675774e0 Mon Sep 17 00:00:00 2001 From: pin <90570748+0323pin@users.noreply.github.com> Date: Sun, 26 Feb 2023 09:13:56 +0100 Subject: [PATCH] Add NetBSD install (#720) --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 697f94c..cbf394a 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,26 @@ For ArchLinux users, Libreddit is available from the AUR as [`libreddit-git`](ht ``` yay -S libreddit-git ``` +## 4) NetBSD/pkgsrc -## 4) GitHub Releases +For NetBSD users, Libreddit is available from the official repositories. + +``` +pkgin install libreddit +``` + +Or, if you prefer to build from source + +``` +cd /usr/pkgsrc/libreddit +make install +``` + +## 5) GitHub Releases If you're on Linux and none of these methods work for you, you can grab a Linux binary from [the newest release](https://github.com/libreddit/libreddit/releases/latest). -## 5) Replit/Heroku/Glitch +## 6) Replit/Heroku/Glitch > **Warning** > These are free hosting options but they are *not* private and will monitor server usage to prevent abuse. If you need a free and easy setup, this method may work best for you.