pidgin/nest

Parents f1faf9a5483a
Children 551eb7b1a61e
Update Downloads page to include BSD install instructions and Finch instructions
--- a/hugo/content/drafts/download.md Tue May 28 04:04:37 2019 +0000
+++ b/hugo/content/drafts/download.md Wed May 29 23:53:40 2019 +0100
@@ -13,6 +13,8 @@
<!-- Never pipe curl sudo bash -->
+# Pidign
+
## Windows
[![](/images/download.png)](http://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0.exe/download?accel_key=62%3Aa4c0d8b6-1952-11e9-abae-525400fc71c5&click_id=a4c154bc-1952-11e9-abae-525400fc71c5&source=accel)
@@ -34,6 +36,12 @@
sudo apt-get install pidgin
```
+## BSD
+
+```
+pkg install pidgin
+```
+
## macOS
For a native Mac OS X experience we recommend [Adium](http://adium.im/), which uses libpurple (the core of Pidgin) for much of its protocol support.
@@ -51,3 +59,24 @@
If you want to **use** Pidgin, you should either download and use our Windows installer or look for pre-built packages from your operating system distribution.
If you are looking to **modify** Pidgin, you may want to look at our [instructions for checking out the code from our repository](https://developer.pidgin.im/wiki/UsingPidginMercurial).
+
+# Finch
+
+## Linux
+
+We do not provide pre-built packages for Linux and Unix distributions. We recommend installing Pidgin using your operating system's standard package management tool.
+
+If your operating system doesn't provide a pre-built package, or if their pre-built package is out of date and you want to upgrade, then you can try [building from source](#Source).
+
+### Debian/Ubuntu
+
+```bash
+sudo apt-get update
+sudo apt-get install finch
+```
+
+## BSD
+
+```
+pkg install finch
+```
\ No newline at end of file