From 228d59fde6564fd192c8a691e4d4f10ea628c46d Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 30 Jun 2024 19:55:45 -0500 Subject: [PATCH] First commit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05617d2..20e3ded 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,14 @@ dotnet run -- --help Download binaries (.NET 8) ========================== - [TYTDLite](https://downloads.tesses.net/apps/tytdlite/) -- ```bash ./TYTDLite.ServerCli --help``` +- ```bash +./TYTDLite.ServerCli --help +``` Download binaries (Mono) ======================== - [TYTDLite](https://downloads.tesses.net/apps/tytdlite/mono) - [Wii-Linux-NGX-Mono (only Wii or other PowerPC)](https://tesses.net/apps/tytd/2022/wii.php) -- ```bash mono TYTDLite.ServerNetFwMono.exe --help``` \ No newline at end of file +- ```bash +mono TYTDLite.ServerNetFwMono.exe --help +```` \ No newline at end of file