Bläddra i källkod

Added --depth=1 to submodule update to reduce size

Paul-Louis Ageneau 4 år sedan
förälder
incheckning
df40a42b49
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      BUILDING.md

+ 1 - 1
BUILDING.md

@@ -5,7 +5,7 @@
 ```bash
 ```bash
 $ git clone https://github.com/paullouisageneau/libdatachannel.git
 $ git clone https://github.com/paullouisageneau/libdatachannel.git
 $ cd libdatachannel
 $ cd libdatachannel
-$ git submodule update --init --recursive
+$ git submodule update --init --recursive --depth=1
 ```
 ```
 
 
 ## Build with CMake
 ## Build with CMake