Browse Source

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

Paul-Louis Ageneau 4 years ago
parent
commit
df40a42b49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILDING.md

+ 1 - 1
BUILDING.md

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