Skip to content

Commit 9624ea0

Browse files
docs: simplify environment setup instructions in README
1 parent bec7e01 commit 9624ea0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ yarn prepare
6262

6363
4. Configure environment variables
6464

65-
Create a `.env` file in the root directory by copying the `.env.example` file (`cp .env.example .env`) and then update the values. The following variables are needed:
65+
```bash
66+
cp .env.example .env
67+
```
68+
69+
Update the values in the `.env` file. The following variables are needed:
6670

6771
- **Customization**
6872

0 commit comments

Comments
 (0)