From a616a77773e0687848a8414d18c42157c12ce1e7 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Fri, 28 Nov 2025 17:56:01 +0300 Subject: [PATCH] Chore: remove $ from commands examples --- FAQ.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 789eff1b..e1e2eec0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -479,7 +479,7 @@ This setup should work for at VAAPI encoding in `x86_64` containers. > Your `video`, `render` group id might be different from mine, you can run the follow command in docker host server to get the group ids for both groups. ```bash -$ cat /etc/group | grep -E 'render|video' +cat /etc/group | grep -E 'render|video' video:x:44:your_docker_username render:x:105:your_docker_username diff --git a/README.md b/README.md index 30619b10..e0a51afc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ services: > If you have low RAM, remove the `tmpfs` and mount a disk-based directory to `/tmp` instead. See [FAQ](FAQ.md#getting-no-space-left-on-device-error) for more information. ```bash -$ mkdir -p ./{config,downloads} && docker compose -f compose.yaml up -d +mkdir -p ./{config,downloads} && docker compose -f compose.yaml up -d ``` Then you can access the WebUI at `http://localhost:8081`.