Skip to content

Instantly share code, notes, and snippets.

View ivucica's full-sized avatar
🌌
Hey! You! What are you looking at?

Ivan Vučica ivucica

🌌
Hey! You! What are you looking at?
View GitHub Profile
@ivucica
ivucica / README.md
Created April 26, 2024 16:47
Installing Cappuccino from npm in 2024

On a Debian machine that has no npm:

sudo apt install npm

export PATH=~/.npm/bin:$PATH
npm set prefix ~/.npm  # writes to ~/.npmrc, avoids /usr/local
npm install -g @objj/cappuccino
cd ~/projects
capp gen HelloWorld