diff --git a/README.md b/README.md index 7bb414b..90d18bf 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ Welcome to the LibreGaming website repository! ## How to contribute -*libregaming.org* is built with [Hugo](https://gohugo.io/). To contribute, just modify this repository; the licence we prefer is CC0-1.0. Happy writing! +*libregaming.org* is built from git with pandoc. Please remember to include a licence header (e.g. CC0-1.0). Happy writing! + + git checkout public + git show master:play-libre-games.md | pandoc > index.html + git commit -am Publish