Browse Source

Base: Add web server tip to Tips-and-Tricks(7)

Add the very useful tip of how to transfer files from QEMU to your host
machine via the built-in web server.
Cubic Love 2 years ago
parent
commit
eadef3e5c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Base/usr/share/man/man7/Tips-and-Tricks.md

+ 1 - 0
Base/usr/share/man/man7/Tips-and-Tricks.md

@@ -52,6 +52,7 @@ This is a list of useful tips and tricks to help you make the most out of Sereni
 
 ## Development
 * Supplying `# profile` with a process identifier (PID) of `-1` as root enables systemwide profiling.
+* Easily transfer files from QEMU to your host machine by using the built-in web server. In the terminal enter `ws .` to start a WebServer instance for the current working directory. Then open `localhost:8000` on your host machine.
 
 ## See also
 * [Keyboard Shortcuts](help://man/7/KeyboardShortcuts)