aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2024-03-07 17:28:16 +0530
committerAditya <bluenerd@protonmail.com>2024-03-07 17:28:16 +0530
commitf53821aee276fd1f0046673fee8c5207294414a9 (patch)
treee1d339bb0db4ae2d8794ae8625c40d753837bea4
parent33aa2781119487a54cbfcf8806d42526f1550896 (diff)
fix install instructionsHEADmaster
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48499ce..3e7c50d 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,10 @@ docker build -t vo .
docker run -it --rm -e DISPLAY=$DISPLAY -e ALSA_CARD=sofhdadsp --device /dev/snd --device /dev/dri/card0 -v /tmp/.X11-unix/:/tmp/.X11-unix/ -v /home/user/.vendetta:/root/.vendetta vo
```
First time only: Install the client
+
6. Play as usual.
-Next time onwards you just need to follow steps 6 and 7 (and 5 if you shut down your computer).
+Next time onwards you just need to follow steps 5 and 6 (and 4 if you shut down your computer).
## Known issues:
1. You cannot write into `~/.vendetta` as unprivileged user on host machine. This is by design. You can always place plugins as root or use the container to do the same.