From 6bd9d5029d03ffeac83f5e894fb09496e1bc9c2c Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Sat, 20 Sep 2025 12:14:19 +1000 Subject: [PATCH] Download script --- packages/readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/readme.md b/packages/readme.md index cf5e53e..8b91230 100644 --- a/packages/readme.md +++ b/packages/readme.md @@ -8,4 +8,13 @@ The packages here are written in pure, unmodified Ground. There is no need for e Also note that most of these functions rely on other functions within the library. This should be detailed in the readme. Also please note that if a package requires any other packages, it will be clearly outlined at the top of the readme.md file. -With that out of the way, please enjoy these packages! \ No newline at end of file +With that out of the way, please enjoy these packages! + +Note: To install a package, run the following commands: + +``` +cd path/to/ground-programs/packages +sudo cp package/package.grnd $GROUND_LIBS +``` + +Where `path/to/ground-programs` is the path to the ground programs folder and `package/package.grnd` is the desired package to install. \ No newline at end of file