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