diff options
author | ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> | 2020-04-25 16:05:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 16:05:02 +0100 |
commit | 8341b466134ea33ce87460e2a49774ebe168f49f (patch) | |
tree | d679fb185fd5efa24aef9995018f9ae26c5d6bfb /run-shell | |
parent | 84a002e79d1b6fffcc67887474b4dd4590048175 (diff) |
Change cloned dir to proper folder in run-shell
Diffstat (limited to 'run-shell')
-rw-r--r-- | run-shell/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-shell/README.md b/run-shell/README.md index 480484e..9ae7f5d 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -9,7 +9,7 @@ Run prompt which is put inside a widget: 1. Clone this repo under **~/.config/awesome/**: ```bash - git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ + git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/awesome-wm-widgets ``` 1. Require widget at the beginning of **rc.lua**: |