From 35b36a8e2a970e886eec54f9e547aa5f213f236e Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Mon, 13 Nov 2023 13:44:42 +0100 Subject: [PATCH] Enhance README introduction --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 759697f..53c6da6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A collection of scripts for Virtual Didactic Network (VDN). +Most components can be used individually without the other scripts. You will find here a script to complete the commands with Bash, and a way to use some programs such as `rsync`, `drone` or `php`. + ## Bash completion script This script can complete the most commonly used commands in VDN like `vdn-ssh`, `vdn-start` or `vdn-scp`. @@ -43,7 +45,7 @@ Run the PHP integrated server: ```bash vdn-php -S 0.0.0.0:8000 -#vdn-php -S localhost:8000 # This will not work, the server needs to listen on all adresses! +#vdn-php -S localhost:8000 # This will not work, the server needs to listen on all addresses! ``` On your host system, use your favorite browser and check your website at `http://localhost:8000`.