Skip to content

Commit d12a17b

Browse files
authored
added badge
1 parent b3166ca commit d12a17b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# W3Schools Offline ⚡️ Weekly Update v2021.01.13
22

3+
![Repo Size](https://img.shields.io/github/repo-size/ja7adr/W3Schools) ![Docker Image Size](https://img.shields.io/docker/image-size/ja7adr/w3schools?style=flat-square)
4+
35
![W3schools](https://www.w3schools.com/images/w3schoolscom_gray.gif)
46

57
If you like w3schools tutorials , you can access any time in your local to w3schools.
@@ -9,12 +11,12 @@ If you like w3schools tutorials , you can access any time in your local to w3sch
911
1. First pull image to your docker images : `docker pull ja7adr/w3schools`
1012
2. Create container from image :
1113

12-
- `docker run -d -p 80:80 --name w3schools w3schools:latest` ==> this is run on ip 0.0.0.0
13-
- `docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest` ==> this is run on ip 127.0.0.1
14+
- `docker run -d -p 80:80 --name w3schools w3schools:latest` ==> this run on ip 0.0.0.0
15+
- `docker run -d -p 127.0.0.1:80:80 --name w3schools w3schools:latest` ==> this run on ip 127.0.0.1
1416

1517
3. Open Browser for access to w3schools from http://127.0.0.1 or http://localhost
1618

1719
## ⁉️ How to used zipped edition (50 MB Size) ?
1820

19-
1. Download Latest Release : ![Go to Release](https://github.com/Ja7adR/W3Schools/releases)
21+
1. Download Latest Release : ![Release](https://github.com/Ja7adR/W3Schools/releases)
2022
2. Just run file `index.html`

0 commit comments

Comments
 (0)