From 6ea20ff877cc83dd83bad0be70d3f55c9f57dc9d Mon Sep 17 00:00:00 2001 From: programarivm Date: Fri, 1 Mar 2024 18:17:15 +0100 Subject: [PATCH] Updated the docs --- docs/installation.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index bb3477af..5a1a3d4e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,13 +7,7 @@ ## Setup -Clone the `chesslablab/chess-server` repo into your projects folder: - -```txt -git clone git@github.com:chesslablab/chess-server.git -``` - -Then `cd` the `chess-server` directory and install the Composer dependencies: +Clone the `chesslablab/chess-server` repo into your projects folder. Then `cd` the `chess-server` directory and install the Composer dependencies: ```txt composer install