Per-Arne Andersen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/install.md
|
|
@ -74,8 +74,8 @@ sudo apt install wireguard wireguard-tools -y |
|
|
|
## 3. Building front-end |
|
|
|
``` |
|
|
|
# Building frontend |
|
|
|
git clone https://github.com/perara/wg-manager.git /opt/wg-manager |
|
|
|
cd /opt/wg-manager/wg-manager-frontend |
|
|
|
git clone https://github.com/perara/wg-manager.git |
|
|
|
cd wg-manager/wg-manager-frontend |
|
|
|
npm install --unsafe-perm > /dev/null && npm install @angular/cli > /dev/null |
|
|
|
node_modules/@angular/cli/bin/ng build --configuration="production" |
|
|
|
``` |
|
|
|