How to install on linux #378
jjac799-coder
started this conversation in
General
Replies: 1 comment
|
You did not mention whats your "linux" is exactly, so here are some general steps, assuming youre trying to use caveman on claudecode (similar for other CLIs). Step 1. First make sure you got nodejs >= 18 installed: node --versionIf missing or below v18: # Ubuntu / Debian
sudo apt install nodejs
# Fedora / RHEL
sudo dnf install nodejs
# Arch
sudo pacman -S nodejsStep 2. Install Claude Code (if not yet) curl -fsSL https://claude.ai/install.sh | bashStep 3. Install Caveman itself curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bashStep 4. Use it For more concise instructions see https://github.com/JuliusBrussee/caveman/blob/main/INSTALL.md If smth breaks, let us know your distro + version, output of node --version, and which step failed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
im very confused with these steps im not a person with coding knowledge can i get some help with this on linux?
All reactions