Skip to content

Commit cd43aad

Browse files
committed
added quick start section to readme
1 parent 51bd990 commit cd43aad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ font-line is a libre, open source command line tool for OpenType vertical metric
1313
- [Changelog](https://github.com/source-foundry/font-line/blob/master/CHANGELOG.md)
1414
- [License](https://github.com/source-foundry/font-line/blob/master/docs/LICENSE)
1515

16+
### Quickstart
17+
18+
- Install: `$ pip install font-line`
19+
- Metrics Report: `$ font-line report [font path]`
20+
- Modify line spacing: `$font-line percent [integer %] [font path]`
21+
1622
### Install
1723

1824
font-line is built with Python and can be used on systems with Python 2.7+ and Python 3.3+ interpreters, including current releases of pypy and pypy3. You can verify your installed Python version on the command line with the command:

0 commit comments

Comments
 (0)