Skip to content

Commit

Permalink
fix the command python -m simpleHTTPServer (#36132)
Browse files Browse the repository at this point in the history
* fix the command python -m simpleHTTPServer

Change the simpleHTTPserver to simpleHTTPServer, which is the right commmand.

* another capital S had been omitted
  • Loading branch information
vishwasnavadak authored and jonathan-grah committed Jun 10, 2019
1 parent 34dc6f6 commit a893cb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ title: Share File Using Python SimpleHTTPserver
2. Open terminal in Ubuntu and make sure you have python installed in your PC.
3. If not installed then install it by typing in terminal "sudo apt-get install python" without quotes.
4. Goto the directory whose file you want to share by using cd(change directory) command.
5. Type this command "python -m simpleHTTPserver" without quotes.
5. Type this command "python -m SimpleHTTPServer" without quotes.
6. Open new terminal and type ifconfig and find your IP address.

## Now in the second computer
Expand Down

0 comments on commit a893cb4

Please sign in to comment.