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.
···8585Install with opam:
86868787```sh
8888-$ opam install tty
8888+$ opam install nox-tty
8989```
90909191If opam cannot find the package, it may not yet be released in the public
···9494```sh
9595$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
9696$ opam update
9797-$ opam install tty
9797+$ opam install nox-tty
9898```
9999100100## Quick Start