Beautify readme

This commit is contained in:
leha-code 2022-04-16 18:17:47 -04:00
parent 9f2c239d06
commit 81f1cbea89
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE
3 changed files with 11 additions and 4 deletions

View File

@ -10,11 +10,11 @@
An interactive launcher for MCPi-Reborn
<br/>
<br/>
<a href="https://github.com/mcpiscript/Planet"><strong>Explore the docs »</strong></a>
<a href="https://github.com/mcpiscript/Planet#installation"><strong>Try Planet now »</strong></a>
<br/>
<br/>
<a href="https://github.com/mcpiscript/Planet/issues">Report Bug</a>
.
|
<a href="https://github.com/mcpiscript/Planet/issues">Request Feature</a>
</p>
</p>
@ -67,7 +67,7 @@ If you're installing a DEB, all of them with the exception of Minecraft: Pi Edit
###### Option A (Raspberry Pi Only)
[![badge](https://github.com/Botspot/pi-apps/blob/master/icons/badge.png?raw=true)](https://github.com/Botspot/pi-apps)
###### Option B (Raspberry Pi Only)
[![badge](https://cdn.discordapp.com/attachments/717494538205397052/957080742293295134/addonsmini.png)](https://raspbian-addons.org)
[<img src="https://cdn.discordapp.com/attachments/717494538205397052/957080742293295134/addonsmini.png" alt="Logo" width="160" height="80">](https://raspbian-addons.org)
Install the `planet-launcher` package through APT.

View File

@ -61,4 +61,8 @@ SPLASHES = [
"Play Minecraft Pi Edition, watch Red-Exe-Engineer, get PIG!",
"Wat",
"About the same size as Earth",
"Now with translations!",
"Now with dynamic building!",
"Now with more surprises!",
"Now with more confusion!",
]

View File

@ -134,6 +134,9 @@ INDEX = [
"terrain.png",
]
def install_pack():
pass
@click.group()
@ -142,7 +145,7 @@ def main():
@main.command(help="Install a texture pack")
@click.option("--file", "--zipfile", "-f", "texture_path", help="Texture pack path.", type=click.Path(exists=True))
@click.option("--mcpit", is_flag=True, default=True)
#@click.option("--mcpit", is_flag=True, default=True)
def install(texture_path, mcpit):
if texture_path == None:
click.echo("Please supply a path")