Skip to content

Commit 35c954c

Browse files
committed
update subrepos, and subreo instructions
1 parent d6c39e6 commit 35c954c

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CodeMirror

OnlinePythonTutor

README

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ install these in locations that are not served to users by your web server.
2222

2323
Next, in some folder accessible to your web server, run
2424

25-
git clone --recursive https://github.com/daveagp/java_visualize
25+
git clone --recursive https://github.com/daveagp/java_visualize
2626

27-
It's recursive because it includes two submodules. Note this if you pull later on!
27+
It's recursive because it includes two submodules. Because of this,
28+
to update, use the pair of commands
29+
git pull; git submodule update
2830

2931
At this point, visiting
3032
http://your.website/url/to/java_visualize/

0 commit comments

Comments
 (0)