Skip to content

Commit 88011cf

Browse files
authored
Update README.md
1 parent d4250d6 commit 88011cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd puter
4747
npm install
4848
npm 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
6363
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
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
7777
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
7878
docker 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
9292
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
9393
docker 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/>

0 commit comments

Comments
 (0)