Skip to content

Commit b17a4b5

Browse files
committed
Complete the git clone/submodule command in README
1 parent 5527ce8 commit b17a4b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ Developer Setup
1111

1212
This editor works with any modern web browser.
1313

14-
To grab the GIT submodules you should issue the following command::
14+
In addition to cloning the repository it is required to retrieve the GIT
15+
submodules::
1516

17+
git clone https://github.com/bbcmicrobit/PythonEditor
18+
cd PythonEditor
1619
git submodule update --init --recursive
1720

18-
**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE WILL WORK.**
21+
**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE, OR IT WILL NOT WORK.**
1922

2023
Assuming you have Python 3 installed you can serve the editor like this::
2124

0 commit comments

Comments
 (0)