Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update instruction of copying .env
  • Loading branch information
frisrsyd authored Mar 4, 2024
1 parent 0e1d921 commit 0a9d6a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a9d6a2

Please sign in to comment.