main: update documentation
/ mirror_to_github (push) Failing after 38s Details
/ test (push) Successful in 7s Details

This commit is contained in:
Leon van Kammen 2024-10-28 15:09:46 +00:00
parent 157d6c8ef0
commit 2a98ab1027
2 changed files with 14 additions and 1 deletions

View File

@ -29,6 +29,19 @@ See [the wiki here](https://forgejo.isvery.ninja/xrsh/xrsh/wiki/Home#milestones)
5. Profit! ✔
</details>
<details>
<summary>launch different .iso / modify files</summary>
You can specify a different `.iso` file in various ways:
1. open the `xrsh.com` as a zip (drag-drop into a zip-manager, or add `.zip` extension)
2. method 1: overwrite `xrsh.iso`
3. method 2: open `src/index.html` and change `isoterminal="iso: ./../xrsh.iso"` to another file/URL
> see developer-section below on building your own iso
</details>
The browser auto-launches `https://localhost:8080` on most platforms
> pass `-p XXXX` to specify port (default:8080)

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>xrsh v0.141b</title>
<title>xrsh v0.142</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="./index.css"></link>