Enhance README introduction

main
Clément FRÉVILLE 2 years ago
parent 9dcc438487
commit 35b36a8e2a

@ -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`.

Loading…
Cancel
Save