From ffe34e5e1039cd73d71e0c4d042a28e4a83ee912 Mon Sep 17 00:00:00 2001 From: niansa Date: Tue, 18 Apr 2023 14:38:50 +0000 Subject: [PATCH] Improved readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3401532..a8eb1b8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # llama.any A cross-platform CLI client for the llama.any protocol + +## Building +This CMake project builds using the Nintendo DS and Nintendo 3DS devkitpro toolchains or on both Linux and Windows. More platforms may easily be implemented at `Runtime.{hpp,cpp}`. + +## Server +The server repo is located at: https://gitlab.com/niansa/llama_any_server!