소스 검색

Add note about submodule in README

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 4 년 전
부모
커밋
5f6b06b5db
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -10,3 +10,13 @@ other / multiple targets, check their respective README / build files
 
 Applicable license is individual to each IP core / project and is mentionnned
 in the IP core / example directory itself and in each file.
+
+
+Note about submodules
+---------------------
+
+Make sure to clone this repository with all its submodules by using
+the `-recursive` option when cloning or running `git submodule init` and
+`git submodule update` after checkout.
+
+Also make sure to update submodules when pulling from upstream.