From c4f183a6aad4811a2a70f615121509f0a1c9c53e Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:58:36 -0500 Subject: [PATCH] Update Docs.md --- Docs.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Docs.md b/Docs.md index a809593..b06c138 100644 --- a/Docs.md +++ b/Docs.md @@ -8,7 +8,14 @@ 4. run the command `pakk install ` 5. run any command in the package -### the `pakk install` command will pull from internet in a future update +## Download all packages + +1. run `pakk install update` +2. run `upd` +3. run `pakk available` < lists all downloaded packages > + + +### the `pakk install` command will pull from internet ## Creating a package Once the package is installed, you can use the commands in it, here is how to make one. @@ -16,7 +23,7 @@ Once the package is installed, you can use the commands in it, here is how to ma The top of the file must look like this; ```python -#["name", "package.", ["commands, command"]] +#["", "package.", ["command, command"]] # made by ```