From 414a91a74245c692db8f7c6644ebbc27ceaa0548 Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 20 Jun 2017 12:39:58 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed10add..b1373b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 3dfetch -Similar to Linux's screenfetch script, but unsigned and executed on a Nintendo 3DS. RSF file based off of [this dummy RSF](https://gist.github.com/mid-kid/d9c4ce50407c71ec9ef3). +Similar to Linux's screenfetch script, but unsigned and executed on a Nintendo 3DS. RSF file based off of [this dummy RSF](https://gist.github.com/mid-kid/d9c4ce50407c71ec9ef3). Mainly developed as a method for learning 3DS homebrew toolkits, libraries, and build environments. # Features - Cycle through various text colors using the d-pad, and various background colors using the L and R buttons @@ -12,6 +12,9 @@ Similar to Linux's screenfetch script, but unsigned and executed on a Nintendo 3 3dfetch running an old 3DS XL with default colors. +# Where to get it +Check the [releases page](https://github.com/yyualice/3dfetch/releases). Or get it on titledb within FBI. + # Requirements - [lpp-3ds](https://github.com/Rinnegatamante/lpp-3ds) (The .3dsx file to be placed alongside ` index.lua `) - If building a CIA, [makerom](https://github.com/profi200/Project_CTR/releases) and the .elf from [lpp-3ds](https://github.com/Rinnegatamante/lpp-3ds)