Skip to content

Commit 16f4f96

Browse files
committed
enhance README
1 parent 462eeba commit 16f4f96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ $ ppm init
2828

2929
Either declare a plugin to install or install all plugins that are declared in the `ppm.json` file
3030

31+
#### Install plugin from GitHub
32+
33+
```bash
34+
$ ppm install <user>/<repository>
35+
```
36+
37+
#### Install plugin from the Godot asset library (feature not available yet)
38+
3139
```bash
3240
$ ppm install <plugin>
3341
```

0 commit comments

Comments
 (0)