From b76ba50d1dafc4d8032a43ea8b7abbf79690d097 Mon Sep 17 00:00:00 2001 From: Web Artisan Date: Mon, 8 Jul 2024 12:04:45 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d997ab..cdeb584 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ docker run --rm \ alias sail='sh $([ -f sail ] && echo sail || echo vendor/bin/sail)' ``` To make sure this is always available, you may add this to your shell configuration file in your home directory, such as ~/.zshrc or ~/.bashrc, and then restart your shell. + 3. `sail up` 4. `sail yarn install` 5. `sail yarn dev`