aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dinh <normandy@firemail.cc>2019-01-01 18:08:37 -0500
committerFrancis Dinh <normandy@firemail.cc>2019-01-01 18:10:48 -0500
commit7ad3cff862ff292c0da587528412298ed35e938c (patch)
tree8130eace199381d5ec44ebbd8e46b90cd1b37f6c
parent76cfb15b3c76531b7c3da0261720d13004c8cfdd (diff)
Update README
Mention that the Pleroma frontend is already included with the Pleroma backend. Also explicitly use `Pleroma-FE` when referring to the frontend.
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 181b6a0d..80938c45 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,12 @@
# For Translators
-To translate Pleroma, add your language to [src/i18n/messages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/messages.js). Pleroma will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
+To translate Pleroma-FE, add your language to [src/i18n/messages.js](https://git.pleroma.social/pleroma/pleroma-fe/blob/develop/src/i18n/messages.js). Pleroma-FE will set your language by your browser locale, but you can temporarily force it in the code by changing the locale in main.js.
# FOR ADMINS
-You don't need to build Pleroma yourself. Check out https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma and Qvitter at the same time.
+You don't need to build Pleroma-FE yourself. Those using the Pleroma backend will be able to use it out of the box.
+For the GNU social backend, check out https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma-FE and Qvitter at the same time.
## Build Setup