From 40137ec57e79e1be93adee2ab863abdb7b03312b Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 23 Jul 2014 10:01:41 +0800 Subject: [PATCH] Removing bash completion info from readme --- README.rst | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index a338bba..187135f 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ Also check the `wiki `_. Installation ============ -Python package (recommended) ----------------------------- +Python package +-------------- You need the `pip `_ to do this:: @@ -39,17 +39,6 @@ You need the `pip `_ to That's it! -### Optional - -Activate auto completion:: - - sudo ln -s $(python -c "import os, pkg_resources; print os.path.abspath(pkg_resources.resource_filename('mdk', 'tools/bash_completion'))") - -Activate ``gt`` and ``gtd`` commands:: - - echo $(python -c "import os, pkg_resources; print '. ' + os.path.abspath(pkg_resources.resource_filename('mdk', 'tools/goto_instance'))") >> ~/.bashrc - echo $(python -c "import os, pkg_resources; print '. ' + os.path.abspath(pkg_resources.resource_filename('mdk', 'tools/goto_instance.bash_completion'))") >> ~/.bashrc - Homebrew -------- @@ -60,14 +49,16 @@ Using `Homebrew `_, please refer to this `formula `_ to install the packages required by Python. @@ -75,14 +66,16 @@ You will need the tool `pip