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