From 765a5ff4aa03333f77494abe7abbb85ef22f737e Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 19:09:54 -0400 Subject: [PATCH] DOC: Verification doesn't need root --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0053e21..4816086 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,6 @@ remote$ clush -l root ./cgi-updater-payload.sh Verify R and biopython versions: ```sh -remote$ clush -l root "R --version | awk 'NR == 1 {print \$3}'" -remote$ clush -l root "pip show biopython | awk '/Version/ {print \$2}'" +remote$ clush "R --version | awk 'NR == 1 {print \$3}'" +remote$ clush "pip show biopython | awk '/Version/ {print \$2}'" ```