fix(installer): Improve installation instructions for interactive and non-interactive setups

This commit is contained in:
2025-03-25 13:15:48 +00:00
parent 897e86ad60
commit 623b7ee51f
4 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-03-25 - 2.4.6 - fix(installer)
Improve installation instructions for interactive and non-interactive setups
- Changed install.sh to require explicit download of the install script and updated error messages for non-interactive modes
- Updated readme.md to include three distinct installation methods with clear command examples
## 2025-03-25 - 2.4.5 - fix(install)
Improve interactive terminal detection and update installation instructions