Fix: Readme.md links

This commit is contained in:
Stepan Zhukovsky 2023-07-22 20:47:14 +08:00
parent 92ccfaf440
commit d3c50cd125

View File

@ -5,6 +5,8 @@
▀▄▀▄▀ █▄█ ░░ ▄█ ░█░ █▀█ █▀▄ ░█░
```
### [Russian lang: README.md](README-ru.md)
# Utility wrapper for wg-quick
Provides a convenient command line interface for quick creation
@ -36,7 +38,7 @@ interface creation and removal
### Installation
- Download the latest version from the main branch to a local directory in $PATH
```sh
sudo wget https://git.isptech.ru/ISPsystem/QuickAccess/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
sudo wget https://git.isptech.ru/ISPsystem/wg-bootstrap/raw/branch/main/wg_bootstrap/wg_start.py -O /usr/local/bin/wg-start && sudo chmod 775 /usr/local/bin/wg-start
```
> Don't use sudo if the user owns a local directory like ~/.local/bin
>