summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-02 23:27:55 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-12-02 23:27:55 +0100
commit28525c9350647e74299d8e3282a517777b90b55f (patch)
tree2f15897c603e4290ff7e287d43770e876b732bd2 /README.md
parent11be6c8f80ad0cc6c41f62a2703f809f720dbb7c (diff)
Adjust readme text
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 228dee07..6b3a6595 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,22 @@
# Nextcloud Social
-πŸŽ‰ Nextcloud becomes part of the federated social networks!
+**πŸŽ‰ Nextcloud becomes part of the federated social networks!**
+
+The app is in alpha stage, so it’s time for you to get involved! πŸ‘©β€πŸ’»
Mockup:
![](img/screenshot.png)
-- **πŸ™‹ Find your friends:** No matter if they use Nextcloud, [🐘 Mastodon](https://joinmastodon.org), [πŸ‡« Friendica](https://friendi.ca), and soon [✱ diaspora*](https://joindiaspora.com), [πŸ‘Ή MediaGoblin](https://www.mediagoblin.org) and more – you can follow them!
+- **πŸ™‹ Find your friends:** No matter if they use Nextcloud, [🐘 Mastodon](https://joinmastodon.org), [πŸ‡« Friendica](https://friendi.ca), and soon [✱ Diaspora](https://joindiaspora.com), [πŸ‘Ή MediaGoblin](https://www.mediagoblin.org) and more – you can follow them!
- **πŸ“œ Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.
- **πŸ‘ Own your posts:** Everything you post stays on your Nextcloud!
-- **πŸ•Έ Open standards:** We use the [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
+- **πŸ•Έ Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
## Development setup
-1. ☁ Clone this into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud-gmbh/social.git`
+1. ☁ Clone the app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud-gmbh/social.git`
2. πŸ‘©β€πŸ’» Run `make dev-setup` to install the dependencies
-3. πŸ— Then to build the Javascript whenever you make changes, run `make build-js`
+3. πŸ— To build the Javascript whenever you make changes, run `make build-js`
4. βœ… Enable the app through the app management of your Nextcloud
5. πŸŽ‰ Partytime!