summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/pow/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/pow/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/pow/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/zsh/oh-my-zsh/plugins/pow/README.md b/zsh/oh-my-zsh/plugins/pow/README.md
deleted file mode 100644
index 1f8a9d1..0000000
--- a/zsh/oh-my-zsh/plugins/pow/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# pow plugin
-
-This plugin adds completion and commands for [pow](http://pow.cx/), a
-zero-configuration Rack server for macOS.
-
-To use it, add pow to the plugins array of your zshrc file:
-
-```sh
-plugins=(... pow)
-```
-
-## Commands
-
-- `kapow` will restart an app.
-
- ```bash
- kapow myapp
- ```
-
-- `kaput` will show the standard output from any pow app.
-- `repow` will restart the pow process.