Update README.md

This commit is contained in:
sch 2024-05-24 14:56:02 +02:00
parent 9d1d55ac74
commit 5ab74a1ce0

View file

@ -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
```