Tweak README

This commit is contained in:
Claude Brisson
2024-03-24 05:12:54 +01:00
parent 8c97da74a3
commit 5ab9256669

View File

@@ -29,6 +29,7 @@ Please refer to [Pairgoth](https://pairgoth.jeudego.org) landing page.
├── docker .................................... Docker packaging ├── docker .................................... Docker packaging
│   ├── pairgoth.properties.example ........... Docker property file to instanciate │   ├── pairgoth.properties.example ........... Docker property file to instanciate
│   └── run.sh ................................ Docker launch script │   └── run.sh ................................ Docker launch script
├── pairgoth-common............................ Shared utility code library
└── api-webapp ................................ Engine web application └── api-webapp ................................ Engine web application
└── src └── src
├── main ├── main
@@ -49,7 +50,6 @@ api-webapp/src/main/kotlin/org/jeudego/pairgoth
├── model .................................. Domain logic model ├── model .................................. Domain logic model
├── pairing ................................ Pairing solvers ├── pairing ................................ Pairing solvers
├── store .................................. Persistence handlers ├── store .................................. Persistence handlers
├── util ................................... Various utilities
└── web .................................... Web interface └── web .................................... Web interface
``` ```