add readme

This commit is contained in:
Peter Harpending 2025-03-20 13:28:01 -07:00
commit db48e175d0

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Public Wiki
This is the subset of QPQ/Gajumaru documentation that is public.
To read it, go to <https://git.qpq.swiss/QPQ-AG/public-wiki/wiki>
To clone/edit
```
# note the public-wiki.wiki double wikiness
git clone ssh://gitea@git.qpq.swiss:21203/QPQ-AG/public-wiki.wiki.git
cd public-wiki.wiki
# normal vim/emacs/git stuff
```