readme update

This commit is contained in:
z3APA3A 2020-11-13 03:20:37 +03:00
parent fd1b7ce2a2
commit a29d2ab66b

11
README
View File

@ -8,12 +8,15 @@ Devel branch - 3proxy 10
Download:
Binaries for released (master) versions (Windows, Linux):
https://github.com/z3APA3A/3proxy/releases
or
https://3proxy.org/download/
Binaries for devel version (Windows, Linux):
https://3proxy.org/download/devel/
Archive of old versions: https://github.com/z3APA3A/3proxy-archive
Windows installation:
3proxy --install
installs and starts proxy as Windows service
@ -24,7 +27,7 @@ Archive of old versions: https://github.com/z3APA3A/3proxy-archive
removes the service (should be stopped before via
'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
cd 3proxy
@ -32,7 +35,7 @@ ln -s Makefile.Linux Makefile
make
sudo make install
use /etc/3proxy/add3proxyuser.sh script to add users.
use /etc/3proxy/add3proxyuser.sh script to add users.
Please read doc/html/index.html and man pages.