Update 'README.md'

This commit is contained in:
youen 2024-06-30 13:27:56 +01:00
parent dbaee2aff1
commit 2d041111d4

View File

@ -1,6 +1,6 @@
# User Map Location # 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. 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 ## Installation
As of now, this version of the plugin must be installed from source (not available on composer yet) ```
composer require youen/users-map
```