Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perara authored Jun 19, 2021
1 parent 813de68 commit 672500c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit 672500c

Please sign in to comment.