diff --git a/README.md b/README.md index 8eedaa6..2ec3f20 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the official Slixfeed Publication: https://slixfeed.woodpeckersnest.space/ -## Contributions +## Contributing Anyone is welcome to submit code that fixes problems and improve things. @@ -27,3 +27,14 @@ You can also execute the following to start up a local development server: ```shell nikola serve -b ``` + +## Updating + +```shell +git init +git checkout -b main +git add * +git commit -m "Description of action" +git remote add origin https://git.xmpp-it.net/sch/slixfeed.woodpeckersnest.space.git +git push -u origin main +```