Skip to content

Commit 7fd176c

Browse files
committedMar 10, 2023
docs: 📝 Removed bazaar references
1 parent e1ed697 commit 7fd176c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed
 

‎README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,28 @@ This extension enables Single Sign On (shortly SSO) for Flarum. The workflow is
88
you run Flarum on a subdomain, but you want to use the login mechanism of your main website or SSO system.
99

1010
## Installation
11-
Install via command below or via Bazaar and activate the extension.
12-
```
13-
composer require maicol07/flarum-ext-sso
14-
```
11+
### Composer
12+
1. Run the following command in your Flarum directory:
13+
```sh
14+
composer require maicol07/flarum-ext-sso
15+
```
16+
2. Enable the extension in the admin panel.
1517

1618
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#installation).
1719

1820
## Upgrading
19-
Upgrade via command below or via Bazaar.
20-
```
21-
composer update maicol07/flarum-ext-sso
22-
```
21+
### Composer
22+
1. Run the following command in your Flarum directory:
23+
```sh
24+
composer update maicol07/flarum-ext-sso
25+
```
2326

2427
More detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#upgrading).
2528

2629
## How to use
27-
2830
Check instructions on the [official docs](https://docs.maicol07.it/en/flarum-sso/ext)
2931

3032
## Links
31-
3233
- [Forum thread](https://discuss.flarum.org/d/21666-php-and-wordpress-single-sign-on-sso)
3334
- [Extiverse](https://extiverse.com/extension/maicol07/flarum-ext-sso)
3435
- [Packagist](https://packagist.org/packages/maicol07/flarum-ext-sso)

0 commit comments

Comments
 (0)