Skip to content

Commit 9bab4a2

Browse files
authored
git auto clone submodule
1 parent b33e7d8 commit 9bab4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ One should remember to activate the virtual environment every time he/she uses d
151151
Clone the DeePMD-kit source code
152152
```bash
153153
cd /some/workspace
154-
git --recursive clone https://github.com/deepmodeling/deepmd-kit.git deepmd-kit -b devel
154+
git clone --recursive https://github.com/deepmodeling/deepmd-kit.git deepmd-kit -b devel
155155
```
156156
If one downloads the .zip file from the github, then the default folder of source code would be `deepmd-kit-master` rather than `deepmd-kit`. For convenience, you may want to record the location of source to a variable, saying `deepmd_source_dir` by
157157
```bash

0 commit comments

Comments
 (0)