From 61dec9401a1a927a7958298a519856addd40bba5 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 14 Nov 2018 19:33:32 +0000 Subject: [PATCH] add note about devkitPro pacman --- build-devkit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-devkit.sh b/build-devkit.sh index 79e870a..69d9dc0 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -18,6 +18,9 @@ echo "Please note, these scripts are provided as a courtesy, toolchains built wi echo "are for personal use only and may not be distributed by entities other than devkitPro." echo "See http://devkitpro.org/wiki/Trademarks" echo +echo "Users should use devkitPro pacman to maintain toolchain installations where possible" +echo "See https://devkitpro.org/wiki/devkitPro_pacman" +echo echo "Patches and improvements are of course welcome, please submit a PR" echo "https://github.com/devkitPro/buildscripts/pulls" echo