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.
···2727Install with opam:
28282929```shell
3030-$ opam install loc
3030+$ opam install nox-loc
3131```
32323333If opam cannot find the package, it may not yet be released in the public
···3636```shell
3737$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
3838$ opam update
3939-$ opam install loc
3939+$ opam install nox-loc
4040```
41414242Requires OCaml >= 4.14 and `fmt`.