forked from sch/schapps
Update README.md
This commit is contained in:
parent
9d1d55ac74
commit
5ab74a1ce0
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
This repository contains the official Slixfeed Publication: https://slixfeed.woodpeckersnest.space/
|
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.
|
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
|
```shell
|
||||||
nikola serve -b
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue