Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyx committed Jan 2, 2023
1 parent fc82e91 commit e524265
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,22 @@ The page size is set to A4 with proper margins.
Usage
-----

- `ptxt [file]`
- `ptxt file`

Converts *file* to PDF, and prints the result to the standard output.
Convert *file* to PDF.
The result is printed to the standard output.
If *file* is omitted, the standard input is used.

- `ptxt --help`

Print the usage.

- `ptxt --version`

Prints version information.
Print version information.

Installation
------------

$ make
$ sudo make install

0 comments on commit e524265

Please sign in to comment.