burgercat/README.md

11 lines
219 B
Markdown
Raw Normal View History

2023-07-10 19:20:12 +01:00
burgercat: burger social media
2023-07-08 17:00:44 +01:00
2023-07-10 19:20:12 +01:00
### self hosting:
this guide assumes you have git and python3 installed
2023-07-10 19:21:46 +01:00
```
git clone https://codeberg.org/burger-software/burgercat
2023-07-10 19:20:12 +01:00
cd burgercat
python init_db
2023-07-10 19:21:46 +01:00
python main
```