From fa9e4cbab4b076db9d9a17ad7dc5634990cbd67e Mon Sep 17 00:00:00 2001 From: brightbluejay Date: Mon, 28 Jun 2021 17:42:22 +0100 Subject: [PATCH] Deleted command prompts in Linux install example --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 286100e41..ef801ae1d 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ saml2aws --version While brew is available for Linux you can also run the following without using a package manager. ``` -$ CURRENT_VERSION=$(curl -Ls https://api.github.com/repos/Versent/saml2aws/releases/latest | grep 'tag_name' | cut -d'v' -f2 | cut -d'"' -f1) -$ wget -c https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -O - | tar -xzv -C ~/.local/bin -$ chmod u+x ~/.local/bin/saml2aws -$ hash -r -$ saml2aws --version +CURRENT_VERSION=$(curl -Ls https://api.github.com/repos/Versent/saml2aws/releases/latest | grep 'tag_name' | cut -d'v' -f2 | cut -d'"' -f1) +wget -c https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -O - | tar -xzv -C ~/.local/bin +chmod u+x ~/.local/bin/saml2aws +hash -r +saml2aws --version ``` #### [Arch Linux](https://archlinux.org/) and its derivatives