make `serve-gemini' use gemexp (from repo) instead of gmid

the standalone / config-less mode was removed from gmid and put
into gemexp time ago...
This commit is contained in:
Omar Polo 2024-01-08 08:32:19 +00:00
parent 822125ca3f
commit 104a2059e6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ serve-www:
python3 -m http.server --directory www 8888
serve-gemini:
gmid -p 1966 ./gemini
./../gemexp ./gemini
upload:
openrsync --rsync-path=openrsync --del -a www/ antartica:/var/www/gmid.omarpolo.com