You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ You can install the client either via [Composer](https://getcomposer.org/) or ma
27
27
### Installing with Composer
28
28
You'll first need to make sure you have Composer installed. You can follow the instructions on the [official web site](https://getcomposer.org/download/). Once Composer is installed, you can enter the project root and run:
29
29
```
30
-
composer.phar install - Linux
31
-
composer install - Windows
30
+
Linux: composer.phar install
31
+
Windows: composer install
32
32
```
33
33
Then, to use the client, you'll need to include the Composer-generated autoload file:
0 commit comments