18 lines
355 B
Markdown
18 lines
355 B
Markdown
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
Make sure to [download the loVR runtime](https://lovr.org/downloads) and drag
|
||
|
|
the `src`-folder of this repository to the **lovr** application [as described in the docs](https://lovr.org/downloads)
|
||
|
|
|
||
|
|
If you already have lovr installed, you can run this in your console as well:
|
||
|
|
```
|
||
|
|
$ ./lovr src
|
||
|
|
```
|
||
|
|
|
||
|
|
or nix:
|
||
|
|
|
||
|
|
```
|
||
|
|
$ appimage-run ./lovr src
|
||
|
|
```
|
||
|
|
|