From c6736421002fd3a5c8c63a77b0b9d4cd05ecc717 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 16 Feb 2024 00:43:18 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a228df6..28601f3 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ All messages related to their room `namespaces`. ## Update -`cd webapp` -`git pull` -`composer update` -`php bin/console doctrine:migrations:migrate` -`APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear` +* `cd webapp` +* `git pull` +* `composer update` +* `php bin/console doctrine:migrations:migrate` +* `APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear` ## Setup