From a26d895afda349b5106fad8546283ec9701bd257 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 12 Nov 2022 10:53:51 +0000 Subject: [PATCH] Add badges to the README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f35411..92817c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # NTON -Nintendo Switch NRO to NSP Forwarder for firmware 12.0.0 and newer. +[![Build status](https://github.com/rlaphoenix/nton/actions/workflows/ci.yml/badge.svg)](https://github.com/rlaphoenix/nton/actions/workflows/ci.yml) +[![PyPI version](https://img.shields.io/pypi/v/nton)](https://pypi.python.org/pypi/nton) +[![Python versions](https://img.shields.io/pypi/pyversions/nton)](https://pypi.python.org/pypi/nton) + + License (GPLv3) + + +NTON is a Nintendo Switch NRO to NSP Forwarder for firmware 12.0.0 and newer. A forwarder lets you open a Homebrew NRO file from your SD card through the Nintendo Switch Home Screen instead of the Homebrew Launcher. @@ -23,7 +30,6 @@ Simply replace the assets in the `/assets/exefs` folder with the [original ROM][ - 🧩 Plug-and-play installation via PIP/PyPI - ❤️ Forever FOSS! - ## Installation *Note: Requires [Python] 3.7.0 or newer with PIP installed.*