Skip to content

Commit bd51d48

Browse files
Joostbtaylorotwell
andauthored
Add that docker-compose should be installed (laravel#7658)
* Add that docker-compose should be installed In the ./vendor/bin/sail up, docker-composer (or docker-compose) is used. If it is not installed, a cryptic error message is shown to the user. * Update installation.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent 88bfe8a commit bd51d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Once these tools are installed, you may open any Laravel project by executing th
119119
<a name="getting-started-on-linux"></a>
120120
### Getting Started On Linux
121121

122-
If you're developing on Linux and [Docker](https://www.docker.com) is already installed, you can use a simple terminal command to create a new Laravel project. For example, to create a new Laravel application in a directory named "example-app", you may run the following command in your terminal:
122+
If you're developing on Linux and [Docker Compose](https://docs.docker.com/compose/install/) is already installed, you can use a simple terminal command to create a new Laravel project. For example, to create a new Laravel application in a directory named "example-app", you may run the following command in your terminal:
123123

124124
```nothing
125125
curl -s https://laravel.build/example-app | bash

0 commit comments

Comments
 (0)