summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-16 16:40:46 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-16 16:40:46 -0100
commitb57f6117bcf41b1e4e728399a21c925bc8a72790 (patch)
tree01b397bf290e41346b83970b6b36a3833620266b /README.md
parent2247e2482cb10e597a2d44438432ff7f550c0ffc (diff)
instructions about Emojis
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ef0e0eb..5fd81fe6 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,17 @@ Some requirements in this alpha stage are that your Nextcloud:
- **🕸 Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
- **🎨 Nice illustrations:** Made by [Katerina Limpitsouni of unDraw](https://undraw.co).
+
+## Emojis
+
+Please follow [this guide](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/mysql_4byte_support.html) to enable the Emojis in the Social app.
+
+
## Reset app
+
If you want to reset all Social app data e.g. to change the domain used for Social, you can use `occ social:reset` (For how to use occ commands see documentation: [using the occ command](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html)).
+
## Development setup
1. ☁ Clone the app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/social.git`