diff --git a/README.md b/README.md index 7fb9d84..c8d7c6a 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ ├── debug.bat ................................. Executable debug script, windows ├── run.sh .................................... Executable run script, linux ├── run.bat ................................... Executable run script, windows +├── test.sh ................................... Executable test script, linux ├── application ............................... Executable final packaging ├── bootstrap ................................. Executable entry point ├── container ................................. Web container ├── docker .................................... Docker packaging │   ├── pairgoth.properties.example ........... Docker property file to instanciate -│   ├── run.sh ................................ Docker launch script -│   └── test.sh ............................... Docker test script +│   └── run.sh ................................ Docker launch script └── webapp .................................... Engine web application └── src ├── main diff --git a/docker/test.sh b/test.sh similarity index 100% rename from docker/test.sh rename to test.sh