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.
···2525Install with opam:
26262727```sh
2828-$ opam install tls
2828+$ opam install nox-tls
2929```
30303131If opam cannot find the package, it may not yet be released in the public
···3434```sh
3535$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
3636$ opam update
3737-$ opam install tls
3737+$ opam install nox-tls
3838```
39394040You can also build this locally by conducting the steps: