From 08fdbba3584f366752acdc77fa59687367fc1804 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 20:17:01 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2b302..940f0ec 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ sure you set it. ```bash git clone https://github.com/karma-riuk/volumectl $HOME/.local/lib/volumectl -mkdir -p $HOME/.local/bin # just to make sure that the ~/.local/bin directory exists +mkdir -p $HOME/.local/bin ln -s $HOME/.local/lib/volumectl $HOME/.local/bin/volumectl ```