From 5c9f6daa5a7afb309906642091697aa8d275a2da Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 20 Feb 2024 09:14:21 +0100 Subject: [PATCH] Minor tweak --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 076d978a0..a2730d8ea 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ on your computer to run these commands: ```bash # you can create a new project based on the Symfony Demo project... composer create-project symfony/symfony-demo my_project +``` +```bash # ...or you can clone the code repository and install its dependencies git clone https://github.com/symfony/demo.git my_project cd my_project/