Skip to content

Commit

Permalink
docs: corrected command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpalmisc committed Dec 30, 2020
1 parent 85c1bfb commit 0db3213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VFIT is now available on the Python Package Index. You can install VFIT with
the following command:

```sh
pip3 install vfit
$ pip3 install vfit
```

Alternatively, you can install VFIT by downloading a pre-built wheel from the
Expand All @@ -36,7 +36,7 @@ be creating a configuration file. See `sample.json` for an example.
Next, run VFIT and pass your configuration and variable font file as arguments:

``` sh
$ vfit config.yaml Input-VF.ttf
$ vfit config.json variable.ttf
```

If you would like to generate instances into a specific directory, you can use
Expand Down

0 comments on commit 0db3213

Please sign in to comment.