Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 472 Bytes

unicornpkg-main

The primary package remote for unicornpkg.

To install a package from here, execute these commands (assumes you have installed with Wing):

hoof install {package}

Using without hoof

mkdir /tmp
cd /tmp
wget https://unicornpkg.github.io/unicornpkg-main/{package}.lua # replace {package} with the desired package name
unicorntool install {package}.lua # again, replace {package} with your package name
rm {package}.lua # cleanup