diff options
author | Guy Sheffer <guysoft@gmail.com> | 2021-05-31 19:17:49 +0300 |
---|---|---|
committer | Guy Sheffer <guysoft@gmail.com> | 2021-05-31 19:17:49 +0300 |
commit | da1ee5c46ac4296232ac5cd43f4357136608af48 (patch) | |
tree | 9395aeaa3d69a907427bf87ed8fb4d1f1096cd94 | |
parent | e53984e44655784ef0c4661c68c571d9738025e1 (diff) | |
download | pleroma-da1ee5c46ac4296232ac5cd43f4357136608af48.tar.gz pleroma-da1ee5c46ac4296232ac5cd43f4357136608af48.zip |
Add Raspberry Pi install instructions
-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: |