From 239bc77a7c2ab8a6248344eeaa44dac71c0be5b8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 25 Jan 2022 09:12:30 +0100 Subject: [PATCH] update documentation --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 22d4be2..aa00af2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -28,13 +28,13 @@ An error occured because of the unconfigured database. * Copy `.env` into `.env.local` * Edit `.env.local` ([documentation](https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files)) -* Run `php bin/doctrine-migrate` (or `make doctrine-migrate`) +* Run `"$PHP_BIN" bin/doctrine-migrate` (or `make doctrine-migrate`) And finally, build assets with `make asset`. ## Create an admin user -Run `php bin/console murph:user:create` and answer questions. +Run `"$PHP_BIN" bin/console murph:user:create` and answer questions. ## Configure a web server