diff --git a/configure_dvc.md b/configure_dvc.md
new file mode 100644
index 0000000000000000000000000000000000000000..09eb90a0866aad0282a27509520042d783bd3635
--- /dev/null
+++ b/configure_dvc.md
@@ -0,0 +1,6 @@
+# How to configure DVC
+
+```bash
+poetry run dvc remote modify --local clarin-biz-asr-benchmarks access_key_id '<your_minio_user_name>'
+poetry run dvc remote modify --local clarin-biz-asr-benchmarks secret_access_key '<your_minio_password>'
+```
\ No newline at end of file