Download script
This commit is contained in:
@@ -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.
|
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.
|
||||||
Reference in New Issue
Block a user