Skip to content

Commit

Permalink
added the github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponali authored Nov 2, 2024
1 parent a878464 commit dbdad65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yoink/run/commands.js
Original file line number Diff line number Diff line change
@@ -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: <b>[[INSERT GH LINK HERE]]</b>",
"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.",
Expand Down Expand Up @@ -45,4 +45,4 @@ function runFromArguments(args, flags){
case 2:updateMirrors();break;// update mirrors
case 3:reloadFunc();break;
}
}
}

0 comments on commit dbdad65

Please sign in to comment.