Minor documentation updates

This commit is contained in:
2025-05-23 15:02:17 -07:00
parent 5d2281b713
commit bedf615ad3
2 changed files with 15 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
# Install Composer natively on Debian
```bash
sudo nala install curl php-cli php-mbstring git unzip
curl -sS https://getcomposer.org/installer -o composer-setup.php
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
rm composer-setup.php
```
# composer require 4lt/novaconium