Browse Source

Actualizar 'README.md'

yosoyhendrix 3 tháng trước cách đây
mục cha
commit
558af3a1fe
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -47,6 +47,8 @@ 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:
 
+`cd badvpn-master && mkdir build && cd build && cmake .. -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1 && make install`
+
 ```
 cd <badvpn-source-dir>
 mkdir build