From 4b1b80b875618585d69e4b162f67d95e9843db36 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 4 Oct 2023 15:52:43 +0300 Subject: [PATCH] add dev project initiation example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 331abe9..d833dc2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ YGGtracker uses [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) I * `git clone https://github.com/YGGverse/YGGtracker.git` * `cd YGGtracker` * `composer update` +* `php bin/console doctrine:schema:update --force` +* `symfony server:start` #### Contribution