ref: cca33c9b5be9c260dadac1a092f8f5007806a09b
dir: /README.md/
# gemnine WIP. Gemini browser for Plan 9. WTH is Gemini??? See https://gemini.circumlunar.space/ As of now some basics are implemented to handle errors and print the body to stdout, the plan is to add a separate GUI program to display the pages in a better way. ## Installation Clone the repo, `mk install`. Add a plumb rule to `$home/lib/plumbing`: ``` type is text data matches 'gemini://[^ ]+' plumb to gemini plumb client window gemnine -w $0 ```