Skip to content

Commit bde5f48

Browse files
authored
Update README.md
1 parent 4d8208e commit bde5f48

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ If you can, please use Centos 7 or higher but cause Centos 6 is EOL. Otherwise y
66

77
Repo is based on [Google Puppeteer](https://github.com/GoogleChrome/puppeteer) and [alekzonder/docker-puppeteer] (https://github.com/alekzonder/docker-puppeteer)
88

9+
## before install
10+
Make sure you upgraded your Centos 6 to latest:
11+
```
12+
#yum clean all && yum update
13+
#reboot
14+
```
15+
After check version:
16+
```
17+
#cat /etc/redhat-release
18+
CentOS release 6.10 (Final)
19+
```
920
## install
1021

1122
```
12-
docker pull gergokee/centos6-puppeteer:latest
23+
#docker pull gergokee/centos6-puppeteer:latest
1324
1425
```
1526

0 commit comments

Comments
 (0)