From f47b18205db5366dbb62c51a5b487e4d26262113 Mon Sep 17 00:00:00 2001 From: Philipp Hinrichsen Date: Tue, 10 Nov 2020 12:32:16 +0100 Subject: [PATCH] change the path to the tar package in readme This corrects the path to the tar package in the curl approach. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 734251a..ee1bac9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ make ``` $ curl -L -O https://github.com/source-foundry/ttfautohint-build/archive/v1.8.3.2.tar.gz -$ tar -xzvf ttfautohint-build-1.8.3.2.tar.gz +$ tar -xzvf v1.8.3.2.tar.gz $ cd ttfautohint-build-1.8.3.2 $ make ```