From d4386b37fb8c7ed350f017475107375eedea3882 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 16 Sep 2022 17:14:40 +0200 Subject: [PATCH] Remove duplicate badge, improve links to docker and backend --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 820a29d6..15c3fb36 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ If you want to contribute, hop on the Discord server and say hi! ## Development ### 1 -Install the wger server, the easiest way is to start the development docker-compose: - +Install the [wger server](https://github.com/wger-project/wger), the easiest way +is to start the development docker-compose: Alternatively, you can use one of our test servers, just ask us for access. @@ -52,9 +52,6 @@ on your local instance and then run ``python3 manage.py add-user-rest the userna You can later list all the registered users with: ``python3 manage.py list-users-api`` -[Get it on F-Droid](https://f-droid.org/packages/de.wger.flutter) ### 4 Start the application with ``flutter run`` or use your IDE