📃 master: update documentation

This commit is contained in:
Leon van Kammen 2026-06-12 23:24:33 +02:00
parent 6c0218f362
commit 2325587c8c

View file

@ -3,12 +3,13 @@
## Usage ## Usage
Download/run the binaries for your platform in the releases section.<br> Download/run the binaries for your platform in the releases section.<br>
Developers can run it via [LÖVR](https://lovr.org) or [LÖVE2D](https://love2d.org) ---
Developers can run it via [Lua](https://lua.org), [LÖVR](https://lovr.org) or [LÖVE2D](https://love2d.org)
``` ```
$ love xurfer <url1> [url2] [..] # if you have LÖVE2D installed (>v12) $ love xurfer <url> [..] # if you have LÖVE2D installed (>v12)
$ lovr xurfer <url1> [url2] [..] # if you have LÖVR installed $ lovr xurfer <url> [..] # if you have LÖVR installed
$ lua xurfer/main.lua <url> [url2] # if you have lua installed $ lua xurfer/main.lua <url> [..] # if you have lua installed
``` ```
**Example**: lovr xurfer <a href="https://snips.sh/f/_U5-XctEVE?r=1">https://snips.sh/f/_U5-XctEVE?r=1</a> **Example**: lovr xurfer <a href="https://snips.sh/f/_U5-XctEVE?r=1">https://snips.sh/f/_U5-XctEVE?r=1</a>