From 2ef7b8e2c675dcfe40c61c24ed219f7664aa8bc8 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Fri, 26 Apr 2024 18:45:08 +0200 Subject: [PATCH] simplify installation instructions based on Will's comment --- docs/getting-started.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ae34f77..ae1612d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,18 +7,10 @@ title: Getting Started The best way of making use of this project is by installing it with [composer](https://getcomposer.org/doc/01-basic-usage.md). -``` -php composer.phar require robthree/twofactorauth -``` - -or if you have composer installed globally - ``` composer require robthree/twofactorauth ``` -**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). - ## 2. Create an instance `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.