From 879f8a57019c7439e0e1ef6b07b64587c41f7157 Mon Sep 17 00:00:00 2001 From: Alex Ballas Date: Tue, 25 Feb 2025 01:08:24 +0200 Subject: [PATCH] Update Readme.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5dcaa9..7ef102b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Since the repo provides a [Dockerfile](./Dockerfile), you can build a Go2TV Dock ``` console $ docker build --force-rm [--pull] -t go2tv github.com/alexballas/go2tv#main ``` -Notice the branch name after the `#`, as the above will build `main`. You can also build `devel` if you want to build the latest code. Usage under Docker is outside this document's scope, check Docker docs for more information, specially volume mounts and networking. [x11docker](https://github.com/mviereck/x11docker) might come handy to run GUI mode, although it's not tested, since main Docker usage is CLI. +Notice the branch name after the `#`, as the above will build `main`. You can also build `devel` if you want to build the latest code. Usage under Docker is outside this document's scope, check Docker docs for more information, specially volume mounts and networking. **Running using Docker**