From b0355d8be5c870a053bde2cf21f97e0f513b172a Mon Sep 17 00:00:00 2001 From: Ocarinaoftime Date: Fri, 25 Apr 2025 17:37:05 -0400 Subject: [PATCH] Update README.md to include information on how to build WiiSOAP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 335b007..362f73e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,9 @@ It aims to implement everything necessary to provide title tickets, manage authe This repository has been modified to meet the requirements for WiiMart. This includes functions to handle gifted titles (sending and receiving), handling points (addition and removal), a new database schema to support this, and more. +## Building +To build WiiSOAP, `git clone` this repository, and do `go build` in the directory it was cloned into. +Make sure you have Go installed, or you won't be able to build it. Get it [here](https://go.dev/learn/) + ## Contributing Ensure you have run `gofmt` on your changes.