From f965e9a58be905889b008d618a5481e1938f98d5 Mon Sep 17 00:00:00 2001 From: Moulishankar10 Date: Sat, 26 Jun 2021 16:13:46 +0530 Subject: [PATCH] Added the plugin description in README.md --- plugins/pypi/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/pypi/README.md b/plugins/pypi/README.md index e69de29bb..765f1b260 100644 --- a/plugins/pypi/README.md +++ b/plugins/pypi/README.md @@ -0,0 +1,9 @@ +# pypi plugin + +A plugin which contains quick memorable aliases for the commands available while uploading own packages in [pypi](https://pypi.org/) + +To access this plugin, add the parameter `pypi` to the plugins array of your zshrc file: +``` +plugins=(... pypi) +``` +