From 5ab74a1ce0b4fddfc8263a409685e78566be216a Mon Sep 17 00:00:00 2001 From: sch Date: Fri, 24 May 2024 14:56:02 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 +```