Archived
1
0

Use the right go command

This commit is contained in:
Jip J. Dekker 2016-01-22 14:07:16 +01:00
parent 8814044289
commit e78571d173

View File

@ -2,7 +2,7 @@
A small go program that converts pdf-files to booklets using LaTeX. A small go program that converts pdf-files to booklets using LaTeX.
## Installation ## Installation
```go install github.com/jjdekker/gobooklet``` ```go get github.com/jjdekker/gobooklet```
## Usage ## Usage
```gobooklet [inputFile] ([outputFile])?``` ```gobooklet [inputFile] ([outputFile])?```