From 44d0e7cd5a56777a60543cc04857cfb501ea08b1 Mon Sep 17 00:00:00 2001 From: Niraj Date: Tue, 9 Jul 2024 17:09:44 +0530 Subject: [PATCH] docs: make it easier to copy and use the commands remove $ from shell code blocks --- docs/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 0bf6cecb..6ce019fb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ Instead, use the sourced shell function as described in [source the shell functi Install the `switcher` binary with `homebrew`. ``` -$ brew install danielfoehrkn/switch/switch +brew install danielfoehrkn/switch/switch ``` Next, follow [required: source the shell function](#required-source-the-shell-function). @@ -20,8 +20,8 @@ Next, follow [required: source the shell function](#required-source-the-shell-fu Mac users can also install both `switch.sh` and `switcher` from [MacPorts](https://www.macports.org) ``` -$ sudo port selfupdate -$ sudo port install kubeswitch +sudo port selfupdate +sudo port install kubeswitch ``` Next, follow [required: source the shell function](#required-source-the-shell-function). @@ -47,7 +47,7 @@ Next, follow [required: source the shell function](#required-source-the-shell-fu ### Option 3 - From source ``` -$ go get github.com/danielfoehrkn/kubeswitch +go get github.com/danielfoehrkn/kubeswitch ``` From the repository root run `make build-switcher`.