From dbdad6532de7f9c96c74b5e28c3a7dbb06968cdb Mon Sep 17 00:00:00 2001 From: Ponali <91608163+Ponali@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:31:13 +0100 Subject: [PATCH] added the github link --- yoink/run/commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yoink/run/commands.js b/yoink/run/commands.js index 1c48b48..ee67a58 100644 --- a/yoink/run/commands.js +++ b/yoink/run/commands.js @@ -1,6 +1,6 @@ const help=[ "Yoink is a package manager made for Windows 93 that helps downloading and installing software in a linux-esque manner, making for any program to be only in one place on the disk.", - "If you would like to help the project grow, this is open-source on GitHub: [[INSERT GH LINK HERE]]", + "If you would like to help the project grow, this is open-source on GitHub: https://github.com/Ponali/w93-yoink/", "", "Usage: yoink [-i, -r [-o, -a], -m] [packagenames]", "-i: Install packages. If a package already exists, it will be reinstalled.", @@ -45,4 +45,4 @@ function runFromArguments(args, flags){ case 2:updateMirrors();break;// update mirrors case 3:reloadFunc();break; } -} \ No newline at end of file +}