diff --git a/README.md b/README.md index 78c111998..e91b64a83 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,10 @@ cd puter npm install npm start ``` +✨ This should launch Puter at + http://puter.localhost:4100 (or the next available port). + -This will launch Puter at http://puter.localhost:4100 (or the next available port). If this does not work, see [First Run Issues](./doc/self-hosters/first-run-issues.md) for troubleshooting steps. @@ -60,6 +62,8 @@ 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 + http://puter.localhost:4100 (or the next available port).
@@ -73,6 +77,8 @@ 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 + http://puter.localhost:4100 (or the next available port).
@@ -86,6 +92,8 @@ 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 + http://puter.localhost:4100 (or the next available port).