summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-01 15:40:18 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2020-10-14 10:53:57 +0200
commitea4eaf796404c0fde15509274190cc4668c5d08e (patch)
treee5b63692ca4a426cd7975c5632b452b58f897629
parent0bbc8caa38ca6bcc7202d273a389e4af32c7c4ad (diff)
doc: Add required BSD packages to README.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ba63ca6..1282c52c 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,12 @@ $ sudo dnf install python3-devel python3-setuptools python3-cffi python3-pytest
$ sudo port install py37-setuptools
```
+#### BSD
+
+```shell
+# pkg install capnproto coreutils gmake lang/rust llvm nettle pkgconf py37-setuptools python3 sqlite
+```
+
Getting help
============