WorldsLinuxWrapper/README.md

21 lines
752 B
Markdown
Raw Permalink Normal View History

2023-01-22 18:00:02 -05:00
# Worlds Linux Wrapper
2020-02-10 02:22:28 -05:00
Simple Linux wrapper for WorldsPlayer.
## Installation
You don't need to clone this repository. Simply download `worlds-installer.sh` and execute it.
2020-02-10 02:22:28 -05:00
```
$ mkdir Worlds
2023-01-22 18:00:02 -05:00
$ wget https://git.worlio.com/Wirlaburla/WorldsLinuxWrapper/raw/branch/master/worlds-installer.sh
$ chmod +x worlds-installer.sh
$ ./worlds-installer.sh
2020-02-10 02:22:28 -05:00
```
All worlds content should be in a folder named "Worlds" in the same location your install script resides. A launch script named `launch.sh` should be in it's root. This is the script that you should run. Now you can make a desktop entry pointing to that script and enjoy Worlds.
2022-05-21 00:20:14 -04:00
![](launcher.png)
2020-02-10 02:22:28 -05:00
2022-05-21 00:20:14 -04:00
![](app.png)
2020-02-10 02:22:28 -05:00
*WorldsPlayer and it's logo is property of Worlds Inc. and all rights belong to them.*