From 94c9dcc3ed208c1f340f3e041e8f5959ebbe7d75 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Sat, 2 Aug 2025 14:23:27 -0300 Subject: [PATCH] fix --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00ad860..e0a12db 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,14 @@ # Available Commands -`packets install ` Install a package (resolves dependencies, executes Lua install hook) -`packets remove ` Remove a package (executes Lua remove hook) -`packets upgrade ` Upgrade a package by checking family and serial in the manifest -`packets sync [url]` Synchronize index.db from remote HTTP source -`packets serve init|stop` Starts and stop the LAN service daemon -`packets list` List all installed packages +| Command | Description | +|---------------------------|----------------------------------------------------------------------------| +|`packets install ` | Install a package (resolves dependencies, executes Lua install hook) | +|`packets remove ` | Remove a package (executes Lua remove hook) | +|`packets upgrade ` | Upgrade a package by checking family and serial in the manifest | +|`packets sync [url]` | Synchronize index.db from remote HTTP source | +|`packets serve init/stop` | Starts and stop the LAN service daemon | +|`packets list` | List all installed packages | # 📦 Package Format @@ -65,7 +67,7 @@ serial = 0 install = "install.lua" remove = "remove.lua"``` - +-- # 🔄 Installation Process Check if package is already cached and validated via SHA-256.