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