fixed annoying gitea formatting
This commit is contained in:
parent
cd3e12e062
commit
b7ae605429
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
*Projet réalisé par Raphaël LACROIX et Aurélia LEJEUNE*
|
*Projet réalisé par Raphaël LACROIX et Aurélia LEJEUNE*
|
||||||
|
|
||||||
# How to run
|
# How to run
|
||||||
---
|
|
||||||
- `make test` enables you to test the first step of the project
|
- `make test` enables you to test the first step of the project
|
||||||
- ⚠️ But it is needed to roll back in the git history before the changes for the "Medium" part were made like [this one](https://git.etud.insa-toulouse.fr/rlacroix/FordFulkersonLeChameau/src/commit/5ca008700e62474cc17b2845e7d2dd061c319861)
|
- ⚠️ But it is needed to roll back in the git history before the changes for the "Medium" part were made like [this one](https://git.etud.insa-toulouse.fr/rlacroix/FordFulkersonLeChameau/src/commit/5ca008700e62474cc17b2845e7d2dd061c319861)
|
||||||
---
|
|
||||||
- `make testApp` builds the application ("Medium") and runs it. The instructions on how to use the application are thereafter displayed on the screen.
|
- `make testApp` builds the application ("Medium") and runs it. The instructions on how to use the application are thereafter displayed on the screen.
|
||||||
---
|
|
||||||
|
|
||||||
## NB
|
## NB
|
||||||
- The application seeks to match **students/children** to **activities/courses** as a [bipartite matching](https://www.geeksforgeeks.org/maximum-bipartite-matching/) process.
|
- The application seeks to match **students/children** to **activities/courses** as a [bipartite matching](https://www.geeksforgeeks.org/maximum-bipartite-matching/) process.
|
||||||
|
|
Loading…
Reference in a new issue