From 365d795c3fda8f0b6d2030df43dfb9a89fdf00db Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Tue, 9 Jul 2024 04:03:58 -0400 Subject: [PATCH] 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. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c04c14e0..55f828ad7 100644 --- a/README.md +++ b/README.md @@ -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 ```