fix
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
Packages must be compressed as .tar.zst and include:
|
Packages must be compressed as .tar.zst and include:
|
||||||
|
|
||||||
.
|
|
||||||
├── manifest.toml # Package metadata
|
├── manifest.toml # Package metadata
|
||||||
├── data/ # Files to install
|
├── data/ # Files to install
|
||||||
├── install.lua # Lua install hook
|
├── install.lua # Lua install hook
|
||||||
@@ -52,7 +52,7 @@ Packages must be compressed as .tar.zst and include:
|
|||||||
|
|
||||||
|
|
||||||
## Example manifest.toml
|
## Example manifest.toml
|
||||||
``[Info]
|
```[Info]
|
||||||
name = "packets"
|
name = "packets"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "offline and online packetmanager"
|
description = "offline and online packetmanager"
|
||||||
@@ -63,7 +63,7 @@ serial = 0
|
|||||||
|
|
||||||
[Hooks]
|
[Hooks]
|
||||||
install = "install.lua"
|
install = "install.lua"
|
||||||
remove = "remove.lua"``
|
remove = "remove.lua"```
|
||||||
|
|
||||||
|
|
||||||
# 🔄 Installation Process
|
# 🔄 Installation Process
|
||||||
|
|||||||
Reference in New Issue
Block a user