Markdown? Markup? No idea what I'm doing:)
This commit is contained in:
24
README.md
24
README.md
@@ -1,21 +1,21 @@
|
|||||||
# pcurse
|
pcurse
|
||||||
|
======
|
||||||
|
|
||||||
curseforge client in perl
|
curseforge client in perl
|
||||||
|
|
||||||
Currently, it can update your addons and add addons. On first run, it guesses where the list lcurse saved is, and tries to use that..
|
Currently, it can update your addons and add addons. On first run, it guesses where the list lcurse saved is, and tries to use that..
|
||||||
|
|
||||||
To add an addon, use -add -name=name -uri=full uri for the addon (e.g.: https://www.curseforge.com/wow/addons/tradeskill-master).
|
To add an addon, use ```-add -name=name -uri=full uri for the addon (e.g.: https://www.curseforge.com/wow/addons/tradeskill-master)```.
|
||||||
|
|
||||||
We also support updating of elvui, just do -add -name=ElvUI -uri=https://www.tukui.org/download.php?ui=elvui
|
We also support updating of elvui, just do ```-add -name=ElvUI -uri=https://www.tukui.org/download.php?ui=elvui```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
You need the following perl modules installed to run this:
|
### Requirements
|
||||||
|
* IO::Socket::SSL
|
||||||
IO::Socket::SSL
|
* IO::Tee
|
||||||
IO::Tee
|
* JSON
|
||||||
JSON
|
* HTML::HTML5::Parser
|
||||||
HTML::HTML5::Parser
|
* LWP::UserAgent
|
||||||
LWP::UserAgent
|
* Pool::Thread
|
||||||
Pool::Thread
|
* Archive::Extract (and probably a good idea to have Archive::Zip, unless you have zip/unzip or whatever way Archive::Extract falls back to without the perl lib).
|
||||||
Archive::Extract (and probably a good idea to have Archive::Zip, unless you have zip/unzip or whatever way Archive::Extract falls back to without the perl lib).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user