summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2018-02-24 13:44:26 +0100
committercos <cos>2018-02-24 13:44:26 +0100
commit0b789da77cf38285fa913e3abb4fcf926411dc54 (patch)
tree6712e4817c1d9ac9a800ca5f3c4e8f91cbd07dbd
parent6f979ca1ef953a59c7ff85204476c046acd71641 (diff)
downloadetherpad-lite-cr/openbsd_install.zip
Add install instructions for OpenBSD to README.mdcr/openbsd_install
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85c146ae..3c7083c7 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ You'll need gzip, git, curl, libssl develop libraries, python and gcc.
- *For Debian/Ubuntu*: `apt-get install gzip git curl python libssl-dev pkg-config build-essential`
- *For Fedora/CentOS*: `yum install gzip git curl python openssl-devel && yum groupinstall "Development Tools"`
- *For FreeBSD*: `portinstall node, npm, curl, git (optional)`
+- *For OpenBSD*: `pkg_add node, curl, git`
Additionally, you'll need [node.js](https://nodejs.org) installed, Ideally the latest stable version, we recommend installing/compiling nodejs from source (avoiding apt).