From 1da8c46599f75b26862e3db9c596a493ede47c47 Mon Sep 17 00:00:00 2001 From: Holger Brandl Date: Wed, 14 Feb 2018 16:38:17 +0100 Subject: [PATCH] fixed installation link --- tools/rendr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rendr/README.md b/tools/rendr/README.md index 01cf8c6..7427626 100644 --- a/tools/rendr/README.md +++ b/tools/rendr/README.md @@ -9,7 +9,7 @@ Download a local copy and add it to your path using ``` targetDirectory=~/bin/rendr mkdir -p $targetDirectory -wget -NP $targetDirectory --no-check-certificate https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/rendr/rend.R +wget -NP $targetDirectory --no-check-certificate https://raw.githubusercontent.com/holgerbrandl/datautils/master/tools/rendr/rend.R chmod +x $targetDirectory/rend.R echo 'export PATH='"$targetDirectory"':$PATH' >> ~/.bash_profile ``` -- GitLab