Skip to content

Commit 2ef7b8e

Browse files
committed
simplify installation instructions based on Will's comment
1 parent 8007233 commit 2ef7b8e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/getting-started.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@ title: Getting Started
77

88
The best way of making use of this project is by installing it with [composer](https://getcomposer.org/doc/01-basic-usage.md).
99

10-
```
11-
php composer.phar require robthree/twofactorauth
12-
```
13-
14-
or if you have composer installed globally
15-
1610
```
1711
composer require robthree/twofactorauth
1812
```
1913

20-
**Note:** If you are not using a composer-aware framework, you should [include the composer loader yourself](https://getcomposer.org/doc/01-basic-usage.md#autoloading).
21-
2214
## 2. Create an instance
2315

2416
`TwoFactorAuth` constructor requires an object able to provide a QR Code image. It is the only mandatory argument. This lets you select your preferred QR Code generator/library.

0 commit comments

Comments
 (0)