diff options
| author | Paul Buetow <openbsd@mx.buetow.org> | 2021-12-28 18:35:44 +0100 |
|---|---|---|
| committer | Paul Buetow <openbsd@mx.buetow.org> | 2021-12-28 18:35:44 +0100 |
| commit | a442b330ceccce973d66af974e973dfcf9314037 (patch) | |
| tree | 9cdd9d3fbe407914230a3b5850fdb4641002116a /openbsd/blowfish.buetow.org/opt/src/gemini/README.md | |
| parent | 2b86e51eca4dc1ef8fff6ba1fea9b1b235a740c7 (diff) | |
add custom gemini server main function
Diffstat (limited to 'openbsd/blowfish.buetow.org/opt/src/gemini/README.md')
| -rw-r--r-- | openbsd/blowfish.buetow.org/opt/src/gemini/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsd/blowfish.buetow.org/opt/src/gemini/README.md b/openbsd/blowfish.buetow.org/opt/src/gemini/README.md new file mode 100644 index 0000000..b056838 --- /dev/null +++ b/openbsd/blowfish.buetow.org/opt/src/gemini/README.md @@ -0,0 +1,10 @@ +Custom gemini server configuration +================================= + +``` +git clone https://github.com/a-h/gemini +cp -Rpv ./myserver ./gemini/myserver +cd ./gemini/myserver +go build main.go +doas cp -p ./main /usr/local/bin/geminid +``` |
