Select the types of activity you want to include in your feed.
Update READMEs to reference nox- package names
Each README's 'opam install <pkg>' instructions now match the post-rename opam package names. Auto-generated by 'monopam lint --fix' after the nox-* prefix landed on the underlying packages.
···5757Install with opam:
58585959```sh
6060-$ opam install crc
6060+$ opam install nox-crc
6161```
62626363If opam cannot find the package, it may not yet be released in the public
···6666```sh
6767$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
6868$ opam update
6969-$ opam install crc
6969+$ opam install nox-crc
7070```
71717272## Portability