summaryrefslogtreecommitdiff
path: root/plugins/apache2-macports
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-03-11 19:57:46 +0100
committerMarc Cornellà <marc.cornella@live.com>2020-03-11 19:57:46 +0100
commit610b2529d2213a70e3d1153a9baf046c22f298b9 (patch)
tree75278ef17f12844d6810a40250b4f93abd5dd86c /plugins/apache2-macports
parentff6d111d793970fc522dd3743367a4c3c46f5fc2 (diff)
downloadzsh-610b2529d2213a70e3d1153a9baf046c22f298b9.tar.gz
zsh-610b2529d2213a70e3d1153a9baf046c22f298b9.tar.bz2
zsh-610b2529d2213a70e3d1153a9baf046c22f298b9.zip
Clean up plugin READMEs and a few plugins
- fasd - history - mercurial - pylint - repo - yii2
Diffstat (limited to 'plugins/apache2-macports')
-rw-r--r--plugins/apache2-macports/README.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/plugins/apache2-macports/README.md b/plugins/apache2-macports/README.md
index 099fc8da3..dbf2e89a2 100644
--- a/plugins/apache2-macports/README.md
+++ b/plugins/apache2-macports/README.md
@@ -1,19 +1,21 @@
-## APACHE2 MACPORTS PLUGIN
+# apache2-macports plugin
+Enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/).
----
+To use it, add `apache2-macports` to the plugins array in your zshrc file:
-### FEATURES
+```zsh
+plugins=(... apache2-macports)
+```
-| Alias | Function | Description |
-|:--------------:|:-------------------------------------------------------------------------------|----------------------:|
-| apache2restart | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart | Restart apache daemon |
-| apache2start | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start | Start apache daemon |
-| apache2stop | sudo /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper stop | Stop apache daemon |
+## Aliases
----
+| Alias | Function | Description |
+|----------------|-----------------------------------------|-----------------------|
+| apache2restart | `sudo /path/to/apache2.wrapper restart` | Restart apache daemon |
+| apache2start | `sudo /path/to/apache2.wrapper start` | Start apache daemon |
+| apache2stop | `sudo /path/to/apache2.wrapper stop` | Stop apache daemon |
-### CONTRIBUTORS
- - Alexander Rinass (alex@rinass.net)
+## Contributors
----
+- Alexander Rinass (alex@rinass.net)