docs: environment variable configuration 🌱

This commit is contained in:
Didi Keke 2024-05-06 01:21:59 +00:00
parent 01b7e523d0
commit 2c75c636af

View File

@ -45,6 +45,7 @@ an invalid setup.
```bash
git clone https://github.com/HeyPuter/puter
cd puter
cp .env.example .env
npm install
npm start
```