summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ba63ca6..d3ee27c6 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ Using cargo
To build all Sequoia components, simply execute `cargo build
[--release] --all`. Individual components may be built independently,
-e.g. to build `sq`, run `cargo build [--release] -p sequoia-tool`, or
+e.g. to build `sq`, run `cargo build [--release] -p sequoia-sq`, or
build `sequoia-openpgp-ffi` to build a shared object with the C API.
Using the Makefile
@@ -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
============