📃 master: update documentation
This commit is contained in:
parent
6c0218f362
commit
2325587c8c
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue