doc: omit cp of .env.example in local build instructions

This command contradicts the statement that Puter will find the
next available port when port 4100 is in use.
This commit is contained in:
KernelDeimos 2024-07-09 04:03:58 -04:00
parent a1ff375931
commit 365d795c3f

View File

@ -43,7 +43,6 @@ Puter is an advanced, open-source internet operating system designed to be featu
```bash
git clone https://github.com/HeyPuter/puter
cd puter
cp .env.example .env
npm install
npm start
```