From 2a5e4a071bb7cd8121e5d8084396d046f2b688f1 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 11 Jun 2017 08:32:35 +0300 Subject: [PATCH] Create README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37e069f..e366bac 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,10 @@ And for x86_64: `make CPREFIX=x86_64-w64-mingw32 WINDIVERTHEADERS=/path/to/windivert/include WINDIVERTLIBS=/path/to/windivert/amd64` -# How to install as a windows service -One way is using a program [srvstart](http://www.rozanski.org.uk/software). -Unpack to the dir of goodbyedpi and create 3 files: +# How to install as Windows Service + +One way is using an [srvstart](http://www.rozanski.org.uk/software) program. +Unpack it to goodbyedpi directory and create 3 files: *goodbyedpi.ini* ```INI @@ -84,8 +85,8 @@ srvstart install GoodByeDPI -c %CD%\goodbyedpi-svc.ini ```Batchfile srvstart remove GoodByeDPI ``` -Run this this batch files as an Administrator to install/remove windows service. -Then you can open windows services panel to run service or make it start automaticaly. +Run these batch files as Administrator to install/remove service. +Open Windows Services panel to run service or make it start automaticaly. # Similar projects