Update github urls.

This commit is contained in:
David Mc Ken 2022-12-08 13:13:05 -04:00
parent 45e05f9487
commit 4f177407dd
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ yum install yarn
NOTE: Please adjust `/opt/web/powerdns-admin` to your local web application directory
```
git clone https://github.com/ngoduykhanh/PowerDNS-Admin.git /opt/web/powerdns-admin
git clone https://github.com/PowerDNS-Admin/PowerDNS-Admin.git /opt/web/powerdns-admin
cd /opt/web/powerdns-admin
virtualenv -p python3 flask
```

View File

@ -36,7 +36,7 @@ npm install yarn -g
## Clone the PowerDNS-Admin repository to the installation path:
```bash
cd /opt/web/
git clone https://github.com/ngoduykhanh/PowerDNS-Admin.git powerdns-admin
git clone https://github.com/PowerDNS-Admin/PowerDNS-Admin.git powerdns-admin
```
**Prepare the Virtual Environment:**