diff options
author | feld <feld@feld.me> | 2021-06-07 21:21:35 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2021-06-07 21:21:35 +0000 |
commit | 30943b739d8d7eefed94f13bc442d1fc348e2737 (patch) | |
tree | 90596d41d635cd6a35c1fac8e8e255b99f28275e | |
parent | 371463ef0e17e89e78250768542e16c51ebad1e9 (diff) | |
parent | da1ee5c46ac4296232ac5cd43f4357136608af48 (diff) | |
download | pleroma-30943b739d8d7eefed94f13bc442d1fc348e2737.tar.gz |
Merge branch 'pleromapi' into 'develop'
Add Raspberry Pi install instructions
See merge request pleroma/pleroma!3430
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Currently Pleroma is not packaged by any OS/Distros, but if you want to package ### Docker While we don’t provide docker files, other people have written very good ones. Take a look at <https://github.com/angristan/docker-pleroma> or <https://glitch.sh/sn0w/pleroma-docker>. +### Raspberry Pi +Community maintained Raspberry Pi image that you can flash and run Pleroma on your Raspberry Pi. Available here <https://github.com/guysoft/PleromaPi>. + ### Compilation Troubleshooting If you ever encounter compilation issues during the updating of Pleroma, you can try these commands and see if they fix things: |