소스 검색

readme: added submodule update precision

bach 4 년 전
부모
커밋
0bbebb34dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -168,9 +168,9 @@ git pull figli master
 # then update all submodules
 git submodule update --recursive --checkout
 # or only one
-git submodule update app/
+git submodule update --checkout app/
 # or
-git submodule update api/
+git submodule update --checkout api/
 make api_maj_config
 ```