From 071edabc97af5ded39d11ffa0d89d32ecea2477c Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 5 Sep 2024 21:36:07 -0500 Subject: [PATCH] more typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e782c..dd46f0a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ git clone https://github.com/investbrainapp/investbrain.git && cd investbrain Then, build the Docker image and bring up the container (this will take a few minutes): ```bash -docker composer up +docker compose up ``` In the previous setep, all of the default configurations are set automatically. This includes creating a .env file and setting the required Laravel `APP_KEY`.