You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mikrus-installer/.claude/CLAUDE.md

4 lines
322 B
Markdown

- this script runs in console UI style (ncurses style)
- do not change install.sh file - it is generated from src/lib.sh and src/setup.sh with npm run build command
- when generating code with command that may output to console, make sure to use convention to add >> "$LOGTO" 2>&1 to capture it into logs and not break UI