mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Documentation: Small fixes to transferring files documentation
This commit is contained in:
parent
627ad6c37c
commit
ebfd296016
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ Then we just open `localhost:8000` on our host machine :^)
|
|||
|
||||

|
||||
|
||||
**NOTE:** Due to the fact that same browsers download unrecognized files as plain text, you may want to use something like `wget` to download the file **as is** instead. Otherwise the file may appear corrupted when the system tries to load it.
|
||||
**NOTE:** Due to the fact that some browsers download unrecognized files as plain text, you may want to use something like `wget` to download the file **as is** instead. Otherwise the file may appear corrupted when the system tries to load it.
|
||||
|
||||
## Method 2: Mount disk_image
|
||||
## Method 2: Mount the disk image
|
||||
|
||||
Another way is to mount Serenity's disk_image to your host machine by using the following command on *nix systems (or inside WSL):
|
||||
Another way is to mount Serenity's `_disk_image` to your host machine by using the following command on *nix systems (or inside WSL):
|
||||
|
||||
```console
|
||||
cd "Build/${SERENITY_ARCH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue