honkoma/README.md

21 lines
587 B
Markdown
Raw Normal View History

2019-11-09 21:06:44 +00:00
## About
2017-03-17 16:09:58 +00:00
2023-08-11 23:01:49 +00:00
Honkoma is a fork of Pleroma that does nothing but changes the URLs and IDs to match Ted Unangst's Honk.
2017-09-01 10:50:44 +00:00
## Installation
2017-09-16 10:07:50 +00:00
2023-08-11 23:01:49 +00:00
Don't use this. It only exists to migrate the 10grans tipbot to Pleroma.
2021-05-31 16:17:49 +00:00
### Compilation Troubleshooting
If you ever encounter compilation issues during the updating of Pleroma, you can try these commands and see if they fix things:
- `mix deps.clean --all`
- `mix local.rebar`
- `mix local.hex`
- `rm -r _build`
## Documentation
- Latest Released revision: <https://docs.pleroma.social>
- Latest Git revision: <https://docs-develop.pleroma.social>
2018-04-07 14:35:55 +00:00