mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
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:
parent
a1ff375931
commit
365d795c3f
@ -43,7 +43,6 @@ Puter is an advanced, open-source internet operating system designed to be featu
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/HeyPuter/puter
|
git clone https://github.com/HeyPuter/puter
|
||||||
cd puter
|
cd puter
|
||||||
cp .env.example .env
|
|
||||||
npm install
|
npm install
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user