paclets / PacletServer

A paclet server for Mathematica
https://paclets.github.io/PacletServer/
30 stars 8 forks source link

Site parameter value needs update #4

Closed szhorvat closed 6 years ago

szhorvat commented 6 years ago

Site parameter value needs update in install code:

Current:

PacletInstall[
"IGraphM",
"Site"->
"http://raw.githubusercontent.com/MathematicaPacletServer/PacletServer/master"
]

Should be:

Needs["PacletManager`"]
PacletInstall[
 "IGraphM",
 "Site" -> "http://raw.githubusercontent.com/paclets/PacletServer/master"
]
b3m2a1 commented 6 years ago

Ought to be patched now: https://paclets.github.io/PacletServer/pages/about.html