Hello Mansour
>> "Can you tell me what I've done wrong?"
The error message means the RingPM can't find files in your GitHub project
This happens because package.ring file contains files that doesn't exist
Example: (lib.ring)
Suggestion:
Delete all files from package.ring except these files
"main.ring",
"setup.ring",
"uninstall.ring",
"LICENSE",
"README.md"
:ringfolderfiles = [
"bin/load/stzlib.ring",
"libraries/stzlib.zip"
],
Then just update libraries/stzlib.zip to contains the recent version of the files
This way RingPM will download files, run setup.ring to unextract stzlib.zip
This is too much faster than installing files one by one
Greetings,
Mahmoud