瀏覽代碼

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

Paul-Louis Ageneau 3 年之前
父節點
當前提交
df40a42b49
共有 1 個文件被更改,包括 1 次插入1 次删除
  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