Added docs for adding and removing plugins

This commit is contained in:
2021-10-09 18:37:09 +04:00
parent ab2a0b28f9
commit eb1644367e
3 changed files with 20 additions and 1 deletions

View File

@@ -178,7 +178,15 @@ p2prc --gen <project name> --mod <go module name>
```
[read more about the generate module](GenerateImplementation.md)
### Pulling plugin from a remote repo
```
p2prc --pp <repo link>
```
### Deleting plugin from the plugin directory
```
p2prc --rp <plugin name>
```
<br>