Skip to content

Commit f6cf30f

Browse files
authored
Update README.rst
Changed the git repository address to match this repository and changed the command to serve the editor.
1 parent 7f39f71 commit f6cf30f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ This editor works with any modern web browser.
1414
In addition to cloning the repository it is required to retrieve the GIT
1515
submodules::
1616

17-
git clone https://github.com/bbcmicrobit/PythonEditor
17+
git clone https://github.com/ducklord420/PythonEditor.git
1818
cd PythonEditor
1919
git submodule update --init --recursive
2020

2121
**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE, OR IT WILL NOT WORK.**
2222

2323
Assuming you have Python 3 installed you can serve the editor like this::
2424

25-
$ ./bin/show
26-
http://localhost:8000/editor.html
27-
Serving HTTP on 0.0.0.0 port 8000 ...
25+
py -m http.server --bind 0.0.0.0
2826

2927
As the script tells us, point your browser to http://localhost:8000/editor.html.
3028

0 commit comments

Comments
 (0)