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.
···4141Install with opam:
42424343```sh
4444-$ opam install irmin
4444+$ opam install nox-irmin
4545```
46464747If opam cannot find the package, it may not yet be released in the public
···5050```sh
5151$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
5252$ opam update
5353-$ opam install irmin
5353+$ opam install nox-irmin
5454```
55555656## Quick Start