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.
···2121Install with opam:
22222323```sh
2424-$ opam install gpt
2424+$ opam install nox-gpt
2525```
26262727If opam cannot find the package, it may not yet be released in the public
···3030```sh
3131$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
3232$ opam update
3333-$ opam install gpt
3333+$ opam install nox-gpt
3434```
35353636## Usage