Pārlūkot izejas kodu

Clarified instructions

Brendan Abolivier 8 gadus atpakaļ
vecāks
revīzija
a02fcb6e77
Parakstījis: Brendan Abolivier <contact@brendanabolivier.com> GPG atslēgas ID: 8EF1500759F70623
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      service1/README.md

+ 1
- 1
service1/README.md Parādīt failu

@@ -4,4 +4,4 @@ This is a PHP service which authenticate an user based on their Macaroons, and o
4 4
 
5 5
 It is a really simple use of [immense](https://github.com/immense/php-macaroons)'s implementation of Macaroons.
6 6
 
7
-To run it, you'll need to install the [implementation's requirements](https://github.com/immense/php-macaroons#requirements). Then, you'll need [composer](https://getcomposer.org/) to install it, by running `composer init` and `composer require immense/macaroons` in this directory.
7
+To run it, you'll need to install the [implementation's requirements](https://github.com/immense/php-macaroons#requirements), then, you'll need [composer](https://getcomposer.org/) to install the said implementation. Once composer has been set up, you can install the Macaroons implementation by running `composer init` and `composer require immense/macaroons` in this directory.