Browse Source

Update install.md

pull/109/head
Per-Arne Andersen 3 years ago
parent
commit
c3758f2410
  1. 4
      docs/install.md

4
docs/install.md

@ -74,8 +74,8 @@ sudo apt install wireguard wireguard-tools -y
## 3. Building front-end ## 3. Building front-end
``` ```
# Building frontend # Building frontend
git clone https://github.com/perara/wg-manager.git /opt/wg-manager git clone https://github.com/perara/wg-manager.git
cd /opt/wg-manager/wg-manager-frontend cd wg-manager/wg-manager-frontend
npm install --unsafe-perm > /dev/null && npm install @angular/cli > /dev/null npm install --unsafe-perm > /dev/null && npm install @angular/cli > /dev/null
node_modules/@angular/cli/bin/ng build --configuration="production" node_modules/@angular/cli/bin/ng build --configuration="production"
``` ```

Loading…
Cancel
Save