From be32d8a89f3da57cf0dee77b6ccff4a02afd7b5a Mon Sep 17 00:00:00 2001 From: Robert Nasarek Date: Sat, 21 Aug 2021 23:27:20 +0200 Subject: [PATCH] Update README.MD --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9b212e8..30ecc80 100644 --- a/README.MD +++ b/README.MD @@ -1,2 +1,3 @@ # INSTALL WISSKI SCRIPT -This script installs a LAMP-Stack (Apache2, PHP7.4, latest Mariadb) on your Ubuntu 20.04 machine and everything you need to start an install of the latest Drupal version (composer and drush). WissKI and all necessary modules/ libraries are downloaded and you have to activate them after your Drupal installation. \ No newline at end of file +This script installs a LAMP-Stack (Apache2, PHP7.4, latest Mariadb) on your Ubuntu 20.04 machine and everything you need to start an install of the latest Drupal version (composer and drush). WissKI and all necessary modules/ libraries are downloaded and you have to activate them after your Drupal installation. +Just run `sudo ./install_wisski.bash` in your console.