cariboulite icon indicating copy to clipboard operation
cariboulite copied to clipboard

caiboulite installation

Open jara8462 opened this issue 1 year ago • 1 comments

followed directions for installation of cariboulite software, made dir, cd to it, cloned into cariboulite, cd to cariboulite, git checkout timeout, timeout did not match any file(s) known to git, also when using install.sh no such command found. cannot proceed further because of this.

jara8462 avatar Mar 28 '23 04:03 jara8462

Sounds like you cloned the wrong repository. The timeout branch doesn't exist in the primary but only in my personal fork. So

$ git clone https://github.com/konimaru/cariboulite.git

should do the trick.

As for installation, make sure you precede the script with dot+slash otherwise it won't be found.

$ ./install.sh

konimaru avatar Mar 28 '23 06:03 konimaru