From 28dac0bb360524c5a019f66e434fe7ce85a0f0b9 Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 2 Mar 2025 05:21:48 +0800 Subject: update to yt-local v0.2.20 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 72d6c82..696957c 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ YT-Local in mode public instance for docker ```console -$ cp -v config.env.example config.env +cp -v config.env.example config.env ``` ```console -$ docker-compose up -d +docker-compose up -d ``` ## Build container from source @@ -15,9 +15,9 @@ $ docker-compose up -d To rebuild this container, copy this repository locally and run: ```console -$ cd core/ +cd core/ ``` ```console -$ docker build --no-cache --tag yt-local -f Dockerfile . +docker build --no-cache --tag yt-local -f Dockerfile . ``` -- cgit v1.2.3