main: update documentation
This commit is contained in:
parent
157d6c8ef0
commit
2a98ab1027
13
README.md
13
README.md
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue