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 +```