Skip to content

Commit 43becf9

Browse files
committed
additional provision for readers unfamiliar with nano
1 parent 898805a commit 43becf9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

wsl/tutorial/develop-with-ubuntu-wsl.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,11 @@ Now click [http://localhost:8000/](http://localhost:8000/) and "Hello world" sho
211211
![HTML web page displaying "hello world" in bold text](media/html-web-page-displaying-hello-world-in-bold-text.png)
212212

213213
You can edit the HTML file to see the changes in real-time. With the server
214-
still running, open a second instance of the same Ubuntu distro. In that second
215-
instance, edit the text in `index.html`, save the file and refresh the browser
216-
to see the change.
214+
still running, open a second instance of the same Ubuntu distro.
215+
216+
In that second instance, open the file for editing with `nano index.html` and
217+
make a small change. Save the file and refresh the browser to confirm the
218+
change.
217219

218220
You can stop the server by pressing `ctrl + c` from within the terminal where it is running.
219221

0 commit comments

Comments
 (0)