Skip to content

Commit 41f1b96

Browse files
committed
Simplify clone instructions
1 parent a15bed8 commit 41f1b96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ a clone does not do this automatically:
2222

2323
::
2424

25-
git clone git@github.com:rpdelaney/python-chess-annotator.git
26-
cd python-chess-annotator/annotator/
27-
git submodule init eco
28-
git submodule update eco
25+
git clone --recurse-submodules git@github.com:rpdelaney/python-chess-annotator.git
2926

3027
Dependencies
3128
------------

0 commit comments

Comments
 (0)