summaryrefslogtreecommitdiff
path: root/run-shell-3/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-04-25 20:47:19 -0400
committerGitHub <noreply@github.com>2020-04-25 20:47:19 -0400
commit99501f066d26fd003edce07f839c8dccfa724a73 (patch)
treeb4462a87497aca442465b78195bccf2dbab4f339 /run-shell-3/README.md
parent4279c9de18b241c0dc0cafe8bb816b5fa986dfca (diff)
parent8e4099860090dce334cce787e1b4bfb898b48a79 (diff)
Merge pull request #133 from ProgrammAbel/patch-1
Fix ambiguity in some READMEs
Diffstat (limited to 'run-shell-3/README.md')
-rw-r--r--run-shell-3/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-shell-3/README.md b/run-shell-3/README.md
index 94b852b..95749d1 100644
--- a/run-shell-3/README.md
+++ b/run-shell-3/README.md
@@ -17,13 +17,13 @@ Blurs / pixelates background and shows widget with run prompt:
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**:
```lua
- local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
+ local run_shell = require("awesome-wm-widgets.run-shell-3.run-shell")
```
1. Use it (don't forget to comment out the default prompt):