Showing
1 changed file
with
10 additions
and
1 deletions
... | @@ -6,7 +6,16 @@ See how the exact same Medium.com clone (called [Conduit](https://demo.realworld | ... | @@ -6,7 +6,16 @@ See how the exact same Medium.com clone (called [Conduit](https://demo.realworld |
6 | 6 | ||
7 | ### How to run the API | 7 | ### How to run the API |
8 | 8 | ||
9 | -Clone the repo, enter the project folder and run these commands to install the app | 9 | +Make sure you have PHP and Composer installed globally on your computer. |
10 | + | ||
11 | +Clone the repo and enter the project folder | ||
12 | + | ||
13 | +``` | ||
14 | +git clone https://github.com/alexeymezenin/laravel-realworld-example-app.git | ||
15 | +cd laravel-realworld-example-app | ||
16 | +``` | ||
17 | + | ||
18 | +Install the app | ||
10 | 19 | ||
11 | ``` | 20 | ``` |
12 | composer install | 21 | composer install | ... | ... |
-
Please register or login to post a comment