diff --git a/README.md b/README.md
index c66b963e2ecb1d91b52511f784eee99eea39c72c..aee171b33df3d38b582d3ecfae6aecf127169671 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,10 @@ docker exec -it symfony_app php bin/console doctrine:migrations:migrate
 Rollback to the previous migrate version
 ```
 php bin/console doctrine:migrations:migrate prev
+```
+
+To add sample data per dafault to the database (after finished editing DataFixtures/ files)
+Note: Add the `--append` flag if you don't want to erase the records already created.
+```
+php bin/console doctrine:fixtures:load
 ```
\ No newline at end of file