feat: added extra info about adding to path - readme

This commit is contained in:
Byson94
2025-08-15 18:42:00 +05:30
parent ad3638b3cf
commit 0b3a998321

View File

@@ -33,6 +33,8 @@ To add eiipm to your path, add `export PATH="$HOME/.eiipm/bin:$PATH"` to your sh
echo 'export PATH="$HOME/.eiipm/bin:$PATH"' >> ~/.zshrc
```
If you dont want to use echo to add it, then you can manually edit your configuration file and adding the line `export PATH="$HOME/.eiipm/bin:$PATH"` in there.
## Uploading a custom plugin
If you made a custom plugin and want to register it to ewwii's package manifest, then you should checkout the [Ewwii-sh/eii-manifests](https://github.com/Ewwii-sh/eii-manifests) repository for more info.