Skip to content

Commit 77e34af

Browse files
authored
Update README.md
1 parent bde5f48 commit 77e34af

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
@@ -9,18 +9,18 @@ Repo is based on [Google Puppeteer](https://github.com/GoogleChrome/puppeteer) a
99
## before install
1010
Make sure you upgraded your Centos 6 to latest:
1111
```
12-
#yum clean all && yum update
13-
#reboot
12+
yum clean all && yum update
13+
reboot
1414
```
1515
After check version:
1616
```
17-
#cat /etc/redhat-release
17+
cat /etc/redhat-release
1818
CentOS release 6.10 (Final)
1919
```
2020
## install
2121

2222
```
23-
#docker pull gergokee/centos6-puppeteer:latest
23+
docker pull gergokee/centos6-puppeteer:latest
2424
2525
```
2626

0 commit comments

Comments
 (0)