diff --git a/README.md b/README.md index 63f7f71ad..c0e27510f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ cd puter npm install npm start ``` -✨ This should launch Puter at +**→** This should launch Puter at http://puter.localhost:4100 (or the next available port). @@ -62,7 +62,7 @@ troubleshooting steps. ```bash mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter ``` -✨ This should launch Puter at +**→** This should launch Puter at http://puter.localhost:4100 (or the next available port).
@@ -77,7 +77,7 @@ sudo chown -R 1000:1000 puter wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml docker compose up ``` -✨ This should be available at +**→** This should be available at http://puter.localhost:4100 (or the next available port).
@@ -92,7 +92,7 @@ New-Item -Path "puter\data" -ItemType Directory -Force Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" docker compose up ``` -✨ This should launch Puter at +**→** This should launch Puter at http://puter.localhost:4100 (or the next available port).