mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed issue where assets would not installed due to directory not being created
This commit is contained in:
parent
2fd55de71e
commit
060d19bda4
10 changed files with 193 additions and 137 deletions
|
|
@ -150,10 +150,12 @@ gdpm update -f packages.txt
|
|||
gdpm update # Updates all packages
|
||||
```
|
||||
|
||||
To list installed packages, use the '--list' option. This also provides some other extra information like the Godot version and license.
|
||||
To list installed packages, use the 'list' command. This also provides some other extra information like the Godot version and license. You can also list the remote sources using the 'remote-sources' option.
|
||||
|
||||
```bash
|
||||
gdpm list
|
||||
gdpm list packages
|
||||
gdpm list remote-sources
|
||||
```
|
||||
|
||||
Packages can be linked or copied into a project using the 'link' and 'clone' commands.
|
||||
|
|
@ -212,8 +214,6 @@ gdpm list remote-sources
|
|||
|
||||
- [ ] Login and register for access to repositories.
|
||||
|
||||
- [ ] Handle dependencies between multiple assets.
|
||||
|
||||
- [ ] Support for paid assets.
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue