Skip to content

Commit d5d77a4

Browse files
authored
Update README.md
1 parent b074ecb commit d5d77a4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li>Run the python script :
1414
<br><code>python fileServer.py</code></li>
1515
</ol>
16-
<i>NOTE : you will see the script is stuck at "writing new private key to '....\https-file-server-python/key.pem'" ;<br>&nbsp;&nbsp;&nbsp;this means the server is successfully started you can visit your browser and open the corrosponding address e.g. https://localhost:8000</i>
16+
<i>NOTE : you will see the script is stuck at "writing new private key to '....\https-file-server-python/key.pem'" ;<br>this means the server is successfully started you can visit your browser and open the corrosponding address e.g. https://localhost:8000</i>
1717

1818
# Linux/Unix System :
1919
<ol>
@@ -24,6 +24,7 @@
2424
<li>Run the python script :
2525
<br><code>python fileServer.py</code></li>
2626
</ol>
27-
28-
27+
<hr>
28+
<i>NOTE : To serve files from desired Directory, goto that directory and run the script from that directory ;<br>&nbsp;&nbsp;&nbsp; e.g. to run the script from "C:/"...goto C: and run the script by giving whole path of script</i>
29+
<hr>
2930
<h4>Hope this script is helpful for you :-)</h4>

0 commit comments

Comments
 (0)