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.
This commit is contained in:
Cubic Love 2023-05-06 18:49:26 +01:00 committed by Andreas Kling
parent 0d2e6162db
commit eadef3e5c3

View file

@ -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)