Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Our example below is specific to the Morello CPU architecture, taking a single t
```

There are now three ABIs specific to CheriBSD: "hybrid", "purecap" (CheriABI), and "benchmark", each with their own flavour of FreeBSD's package manager and their own libraries.
To ensure that hybrid packages install correctly, for example, it will be necessary to force the installation with `-fy` or bootstrap `pkg64` beforehand with `pkg64 bootstrap -fy`.
Bootstrapping either pkg64, pkg64c, or pkg64cb will only be necessary once for the host, and will occur automatically when any of them are used to install packages.

```shell
pkg64 install -y curl git pot
Expand Down