Skip to content

Commit

Permalink
change the path to the tar package in readme
Browse files Browse the repository at this point in the history
This corrects the path to the tar package in the curl approach.
  • Loading branch information
Poltergeist authored Nov 10, 2020
1 parent 0db61ad commit f47b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit f47b182

Please sign in to comment.