update readme

This commit is contained in:
z3APA3A 2018-04-25 02:52:31 +03:00
parent 46630a9b1b
commit 4fce1f41b5

15
README
View File

@ -8,22 +8,23 @@ Download:
Archive of old versions: https://github.com/z3APA3A/3proxy-archive Archive of old versions: https://github.com/z3APA3A/3proxy-archive
3proxy --install 3proxy --install
installs and starts proxy as Windows service installs and starts proxy as Windows service
(config file should be located in the same directory) (config file should be located in the same directory)
3proxy --remove 3proxy --remove
removes the service (should be stopped before via removes the service (should be stopped before via
'net stop 3proxy'). 'net stop 3proxy').
To build in Linux install git and build-essential packages, use To build in Linux install git and build-essential packages, use
git clone https://github.com/z3apa3a/3proxy git clone https://github.com/z3apa3a/3proxy
cd 3proxy cd 3proxy
ln -s Makefile.Linux Makefile ln -s Makefile.Linux Makefile
make make
make install make install
use /etc/3proxy/add3proxyuser.sh script to add users. use /etc/3proxy/add3proxyuser.sh script to add users.