Update README.md

This commit is contained in:
Nariman Jelveh
2025-07-29 12:23:41 -07:00
committed by GitHub
parent d4250d65aa
commit 88011cfb1f
+4 -4
View File
@@ -47,7 +47,7 @@ cd puter
npm install
npm start
```
This should launch Puter at
**→** This should launch Puter at
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
@@ -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
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>
@@ -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
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>
@@ -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
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
<br/>