Skip to content

Commit e24cb90

Browse files
Fix install instructions
1 parent 010c4d0 commit e24cb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ To install the project, clone it from GitHub and install the PHP dependencies
3838
using Composer:
3939

4040
```sh
41-
git clone git://github.com/pdsinerop/solid-server-php.git solid-server-php \
42-
&& cd $ \
41+
git clone git://github.com/pdsinterop/php-solid-server.git \
42+
&& cd php-solid-server \
4343
&& composer install --no-dev --prefer-dist
4444
```
4545
At this point, the application is ready to run.

0 commit comments

Comments
 (0)