Skip to content

Commit 16cf859

Browse files
committed
Update full example code installation instructions.
1 parent bcb4ccf commit 16cf859

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ For a full working code example for this repository please see [the dedicated ex
110110

111111
You can also install it with the following:
112112

113-
`composer require samyoul/u2f-php-server-examples`
113+
```bash
114+
$ git clone https://github.com/Samyoul/U2F-php-server-examples.git
115+
$ cd u2f-php-server-examples
116+
$ composer install
117+
```
114118

115119

116120
1. [Compatibility Code](#compatibility-code)
@@ -399,7 +403,11 @@ Again, if you want to just download some example code to play with just install
399403

400404
You can also install it with the following:
401405

402-
`composer require samyoul/u2f-php-server-examples`
406+
```bash
407+
$ git clone https://github.com/Samyoul/U2F-php-server-examples.git
408+
$ cd u2f-php-server-examples
409+
$ composer install
410+
```
403411

404412
## Frameworks
405413

0 commit comments

Comments
 (0)