From b8bf4f330e77cfaf6e75b2d9288a68ad4d2fbff5 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Thu, 17 Jul 2025 11:39:42 -0400 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce64c9..92a7732 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,8 @@ and merge these files with your existing app. ## Setup -Just run `make setup` to install laravel octane with FrankenPHP since -this is what the `laravel-base` image expects from your app. \ No newline at end of file +Once you started your laravel project **and** initialized it as a git repo: + +1. `git remote add origin git@gitgud.foo:thegrind/laravel-dockerized.git` +2. `git pull -u origin main` +3. Run `make setup` to install laravel octane with FrankenPHP since this is what the `laravel-base` image expects from your app. \ No newline at end of file