Download script

This commit is contained in:
2025-09-20 12:14:19 +10:00
parent 7ed5cd01e8
commit 6bd9d5029d

View File

@@ -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!
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.