Browse Source

Actualizar 'README.md'

yosoyhendrix 2 days ago
parent
commit
669c3ff6aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@ NCD only works on Linux. Tun2socks works on Linux and Windows. The P2P VPN works
 The build system is based on CMake. On Linux, the following commands can be used to
 build:
 
-`apt install cmake -y && cd badvpn && mkdir build && cd build && cmake .. -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1 && make install && cd.. && cp badvpn.service /etc/systemd/system && systemctl daemon-reload && systemctl enable badvpn && systemctl start badvpn`
+`apt install cmake -y && cd badvpn && mkdir build && cd build && cmake .. -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1 && make install && cd .. && cp badvpn.service /etc/systemd/system && systemctl daemon-reload && systemctl enable badvpn && systemctl start badvpn`
 
 ```
 cd <badvpn-source-dir>