-
-
Notifications
You must be signed in to change notification settings - Fork 158
Installation
gilfoyle97 edited this page Jun 24, 2021
·
4 revisions
You need Go.
-
Linux
git clone https://github.com/edoardottt/cariddi.git
cd cariddi
go get
-
make linux
(to install) -
make unlinux
(to uninstall)
Or in one line:
git clone https://github.com/edoardottt/cariddi.git; cd cariddi; go get; make linux
-
Windows (executable works only in cariddi folder.)
git clone https://github.com/edoardottt/cariddi.git
cd cariddi
go get
-
.\make.bat windows
(to install) -
.\make.bat unwindows
(to uninstall)
@edoardottt
edoardoottavianelli.it to contact me.