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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +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
30
+
composer.phar install - Linux
31
+
composer install - Windows
31
32
```
32
33
Then, to use the client, you'll need to include the Composer-generated autoload file:
0 commit comments