From 4481e3959a032ff0b81a62999960772200ff0fc9 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 10 Dec 2020 20:29:49 +0100 Subject: [PATCH] Update the readme --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c42e0b..f43ba4f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libntfs for the Wii U [![Build Status](https://travis-ci.org/Maschell/libntfs-wiiu.svg)](https://travis-ci.org/Maschell/libntfs-wiiu) +# libntfs for the Wii U ## Usage Link the application with: @@ -9,12 +9,17 @@ Link the application with: ## Dependencies To be able to use libntfs for the Wii u, you need to install the following dependencies: -- [libiosuhax](https://github.com/dimok789/libiosuhax) +- [libiosuhax](https://github.com/wiiu-env/libiosuhax) -# Use the prebuilt files from a Docker image. -The image `wiiulegacy/libntfs` on [Docker Hub](https://hub.docker.com/r/wiiulegacy/libntfs/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder. +## Building +``` +make wiiu-release +``` + +## Use the prebuilt files from a Docker image. +The image `wiiuenv/libntfs` on [Docker Hub](https://hub.docker.com/r/wiiuenv/libntfs/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder. Example: ``` -COPY --from=wiiulegacy/libntfs:2013.1.13 /artifacts $DEVKITPRO/portlibs +COPY --from=wiiuenv/libntfs:20201210 /artifacts $DEVKITPRO ```