From 8e80e201f09a79be1ca6e778eff2062549915afa Mon Sep 17 00:00:00 2001 From: GC Remuzzi Date: Tue, 21 Jul 2020 19:25:27 -0400 Subject: [PATCH] updating image name in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5203517..7c33e81 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ docker run --rm -i -t \ -v /run/user/1000/pulse:/run/user/1000/pulse \ -v $HOME/.Xauthority:/home/mpv/.Xauthority \ -v /path/to/your/media/:/home/mpv/media:ro \ - mpv + cremuzzi/mpv ``` where `/path/to/your/media` is the directory of the media files that you want to play.