diff --git a/README.md b/README.md index c827382..de20e6b 100644 --- a/README.md +++ b/README.md @@ -59,54 +59,57 @@ VALUES ('admin', '$2y$10$IS9v8CJNJnRXslV1NWDSquAjJ0GgU1sm6spBmGp6mjTLiNApfGcQi') ``` 7. **Apri ``http://localhost`` e goditi il sito** ## Installazione con Docker -NOTA: L'installazione con Docker è in fase di sviluppo attivo, quindi potrebbe non funzionare. -1. Installa Docker +1. Installa Curl, Git e Docker ```bash +apt install curl git curl -fsSL https://get.docker.com | bash ``` 2. Compila e crea il container: