Skip to content

Commit 744fcd8

Browse files
committed
Updated README
1 parent 4285b30 commit 744fcd8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
## From npm
1010

11-
npm install -g nginx-cache-purge
11+
1. npm install -g nginx-cache-purge
1212

1313
## Run from git clone
1414

15-
git clone https://guthub.com/mistralol/nginx-cache-purge
16-
cd nginx-cache-purge && npm install
17-
node index.js http://www.example.com/sitemap.xml
15+
1. git clone https://guthub.com/mistralol/nginx-cache-purge
16+
2. cd nginx-cache-purge && npm install
17+
3. node index.js http://www.example.com/sitemap.xml
1818

1919
## Server configuration
2020

2121
In order for this to work properly nginx must have the proxy_cache_purge configured correctly. If it does not then this program will not be able to purge the cache. Typical system like debian / ubuntu have this by default when using the nginx-extras package. It has not currently been tested with any other type of server.
2222

23-
# Additional ideas / roadmap / todo list
23+
# TODO List
2424

2525
* Needs support for more input formats
2626
1. stdin
@@ -37,7 +37,9 @@ For bugs / ideas please use the issue list on github
3737
# Credits
3838

3939
Original Author: James Stevenson
40+
4041
E-Mail: james@stev.org
42+
4143
BLOG: https://www.stev.org
4244

4345

0 commit comments

Comments
 (0)