From 28525c9350647e74299d8e3282a517777b90b55f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 2 Dec 2018 23:27:55 +0100 Subject: [PATCH] Adjust readme text Signed-off-by: Jan-Christoph Borchardt --- README.md | 12 +++++++----- 1 file 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!