Update README
This commit is contained in:
parent
7d32a8ecd7
commit
6655ba734e
1 changed files with 6 additions and 23 deletions
29
README.md
29
README.md
|
@ -1,32 +1,15 @@
|
|||
# OAuth Center
|
||||
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/foskym/flarum-oauth-center.svg)](https://packagist.org/packages/foskym/flarum-oauth-center) [![Total Downloads](https://img.shields.io/packagist/dt/foskym/flarum-oauth-center.svg)](https://packagist.org/packages/foskym/flarum-oauth-center)
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg)
|
||||
|
||||
A [Flarum](http://flarum.org) extension. Allow user to authorize the third clients
|
||||
A [Flarum](http://flarum.org) extension. Allow user to authorize the third-party clients.
|
||||
|
||||
## Installation
|
||||
This is a fork that improves the original version.
|
||||
|
||||
Install with composer:
|
||||
## Installation & Updating
|
||||
|
||||
```sh
|
||||
composer require foskym/flarum-oauth-center:"*"
|
||||
```
|
||||
|
||||
## Updating
|
||||
|
||||
```sh
|
||||
composer update foskym/flarum-oauth-center:"*"
|
||||
php flarum migrate
|
||||
php flarum cache:clear
|
||||
```
|
||||
No, you don't (for now).
|
||||
|
||||
## Usage
|
||||
|
||||
- [中文文档](/docs/zh.md)
|
||||
- [English Docs](/docs/en.md)
|
||||
|
||||
## Links
|
||||
|
||||
- [Packagist](https://packagist.org/packages/foskym/flarum-oauth-center)
|
||||
- [GitHub](https://github.com/foskym/flarum-oauth-center)
|
||||
- [Discuss](https://discuss.flarum.org/d/33413-oauth-center)
|
||||
Nah, not now.
|
||||
|
|
Loading…
Reference in a new issue