Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DOC: Verification doesn't need root
  • Loading branch information
pan14001 committed Aug 15, 2016
1 parent 4b25f43 commit 765a5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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}'"
```

0 comments on commit 765a5ff

Please sign in to comment.