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