From 2d041111d4d578d21c915f30f45a6523290b4403 Mon Sep 17 00:00:00 2001 From: youen Date: Sun, 30 Jun 2024 13:27:56 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d019f..a6fad4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # User Map Location -A [Flarum](http://flarum.org) extension. Add Location Attribute and a map to users settings. +A [Flarum](http://flarum.org) extension. Adds an optional Location Attribute and a map to users settings, as well as a global map that displays all users that have opted in. This fork is based on [the plugin from justoverclockl](https://github.com/justoverclockl/users-map-location), with some improvements, and notably a global map where it is possible to see the location of all forum users that have filled this information. @@ -8,4 +8,6 @@ No precise location is disclosed, only city or municipality, and only for users ## Installation -As of now, this version of the plugin must be installed from source (not available on composer yet) +``` +composer require youen/users-map +```