diff --git a/README.md b/README.md index e557514..d84db1e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ You have to bring your own PostgreSQL Database though. ## Setup, Installation, Updating and Dependencies -see [Setup](docs/Setup.md) +You can find the latest releases [here](https://gitlab.com/W13R/drinks-manager/-/releases), but for Installation/Updating, you should consider using Git. +For more information see [Setup](docs/Setup.md). ## Configuration @@ -28,17 +29,3 @@ see [Configuration](docs/Configuration.md) After setup, run ```./run.sh help``` to see a help text. Start the production server with ```./run.sh server```. You can ignore the error message about the "lifespan error". For more commands, see [Commands](docs/Commands.md). - - -## Versions - -You can find the latest releases [here](https://gitlab.com/W13R/drinks-manager/-/releases). -For Installation/Updating, you should consider using git, -though (for more information see [Setup](docs/Setup.md)). - -The releases are versioned after the following scheme: - -`MAJOR`.`MINOR` - -- `MAJOR`: may include **breaking changes** and/or significant new features -- `MINOR`: will only include bugfixes and smaller, **non-breaking changes**