File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ cd puter
4747npm install
4848npm start
4949```
50- ✨ This should launch Puter at
50+ ** → ** This should launch Puter at
5151<font color =" red " > http://puter.localhost:4100 (or the next available port). </font >
5252
5353
@@ -62,7 +62,7 @@ troubleshooting steps.
6262``` bash
6363mkdir 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
6464```
65- ✨ This should launch Puter at
65+ ** → ** This should launch Puter at
6666<font color =" red " > http://puter.localhost:4100 (or the next available port). </font >
6767
6868<br />
@@ -77,7 +77,7 @@ sudo chown -R 1000:1000 puter
7777wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
7878docker compose up
7979```
80- ✨ This should be available at
80+ ** → ** This should be available at
8181<font color =" red " > http://puter.localhost:4100 (or the next available port). </font >
8282
8383<br />
@@ -92,7 +92,7 @@ New-Item -Path "puter\data" -ItemType Directory -Force
9292Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
9393docker compose up
9494```
95- ✨ This should launch Puter at
95+ ** → ** This should launch Puter at
9696<font color =" red " > http://puter.localhost:4100 (or the next available port). </font >
9797
9898<br />
You can’t perform that action at this time.
0 commit comments