Tweak README
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user