From 95ad47f04b58c43de8de55bc84a57a8da92135ba Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sun, 3 Nov 2019 15:43:14 +0900 Subject: [PATCH] tutorial: please give me money --- apps/tutorial.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/tutorial.c b/apps/tutorial.c index 8fd7f1d8..d5c098b8 100644 --- a/apps/tutorial.c +++ b/apps/tutorial.c @@ -152,6 +152,9 @@ static void load_page(int page) { body_text[i++] = ""; body_text[i++] = "ToaruOS is free software, released under the terms of the"; body_text[i++] = "NCSA/University of Illinois license."; + body_text[i++] = ""; + body_text[i++] = "You can help support ToaruOS by donating:"; + body_text[i++] = "%https://github.com/sponsors/klange"; body_text[i++] = NULL; break; case 1: @@ -162,6 +165,9 @@ static void load_page(int page) { body_text[i++] = "may be missing, incomplete, or unstable. Contributions in the form"; body_text[i++] = "of bug-fixes and new software are welcome. You can join our community"; body_text[i++] = "through IRC by joining the #toaruos channel on Freenode."; + body_text[i++] = ""; + body_text[i++] = "You can help support ToaruOS by donating:"; + body_text[i++] = "%https://github.com/sponsors/klange"; body_text[i++] = NULL; break; case 2: