diff --git a/README.md b/README.md index 27390671..1c7a07a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/softethervpn/softethervpn?branch=master&svg=true)](https://ci.appveyor.com/project/softethervpn/softethervpn) [![Travis CI build status](https://travis-ci.org/SoftEtherVPN/SoftEtherVPN.svg?branch=master)](https://travis-ci.org/SoftEtherVPN/SoftEtherVPN) +- [SoftEther VPN](#softether-vpn) +- [BOARD MEMBERS OF THIS REPOSITORY](#board-members-of-this-repository) +- [SOFTETHER VPN ADVANTAGES](#softether-vpn-advantages) +- [Installation](#installation) + * [For Ubuntu](#for-ubuntu) + * [From binary installers:](#from-binary-installers) + * [Build from Source code](#build-from-source-code) +- [TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION](#to-circumvent-your-governments-firewall-restriction) +- [SOURCE CODE CONTRIBUTION](#source-code-contribution) +- [DEAR SECURITY EXPERTS](#dear-security-experts) + SoftEther VPN (Developer Edition Master Repository) - An Open-Source Cross-platform Multi-protocol VPN Program http://www.softether.org/ @@ -13,7 +24,7 @@ Stable Edition is available on https://github.com/SoftEtherVPN/SoftEtherVPN_Stable which the non-developer user can stable use. -Source code packages (.zip and .tar.gz) and binary files of Stable Edition are also available: +Source code packages (.zip and .tar.gz) and binary files of Stable Edition are also available: http://www.softether-download.com/ We accept your patches by the acceptance policy: diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index a1ccb1f5..52ab024a 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -1,5 +1,14 @@ This document describes how to build SoftEtherVPN for Unix based Operating systems +- [Requirements](#requirements) + * [Install requirements on Centos/RedHat](#install-requirements-on-centosredhat) + * [Install Requirements on Debian/Ubuntu](#install-requirements-on-debianubuntu) +- [Build from source code and instal](#build-from-source-code-and-instal) +- [How to Run SoftEther](#how-to-run-softether) + * [Start/Stop SoftEther VPN Server](#startstop-softether-vpn-server) + * [Start/Stop SoftEther VPN Bridge](#startstop-softether-vpn-bridge) + * [Start/Stop SoftEther VPN Client](#startstop-softether-vpn-client) +- [Using SoftEther without installation.](#using-softether-without-installation) # Requirements