diff --git a/README.md b/README.md
index 248fa0e..a5db3ea 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,10 @@ I show you which commands to run for video solutions you will need with about 20
Download FFmpeg to your computer for Windows => https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-latest-win64-gpl-shared-4.4.zip for Mac Os => https://evermeet After downloading from .cx/ffmpeg/ffmpeg-105012-gbb813ccb45.zip addresses, you can run ffmpeg as arguments by entering bin folder via terminal.
+
Docker run without installation
+
+`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` replace this command with `ffmpeg` command.
+
Convert any video format to other format.
diff --git a/readme.TR.md b/readme.TR.md
index c908144..e9cf07f 100644
--- a/readme.TR.md
+++ b/readme.TR.md
@@ -5,6 +5,10 @@ Windows için => https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/
Mac Os için => https://evermeet.cx/ffmpeg/ffmpeg-105012-gbb813ccb45.zip
Adreslerinden indirdikten sonra terminal üzerinden bin klasörüne girerek `ffmpeg argümanlar` şeklinde çalıştırabilirsiniz
+Yükleme yapmadan docker ile çalıştırma
+
+`docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) jrottenberg/ffmpeg` komutunu `ffmpeg` komutu ile değiştirin.
+
Herhangi bir video formatını diğer formata çevirmek.