From 0a9d6a2a85d3963e007801d29e22f4d4b9b05854 Mon Sep 17 00:00:00 2001 From: Faris Rasyid <87596970+frisrsyd@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:31:39 +0700 Subject: [PATCH] Update README.md update instruction of copying .env --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac8de4a..7a0f821 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Copy the contents of `.env.example` file to new `.env` file: cp .env.example .env ``` +atau + +```sh +cp .env.example .env +``` + Create an application encryption key: ```sh