Skip to content

Commit

Permalink
update readme re: output directory CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
erichVK5 committed Jun 7, 2019
1 parent d0a5118 commit 502e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -85,7 +85,7 @@ Install a git client, java virtual machine, and java compiler to suit your opera
git clone https://github.com/erichVK5/translate2geda.git
cd translate2geda
javac *.java
java translate2geda someFile.lbr
java translate2geda someFile.lbr [-o optional/output/directory/path/including/slashes/]

The utility will use the file ending of the provided file (.symdef, .mod, .lib, .bxl, .ibs, .bsd, etc) to determine which parser is required.

Expand Down

0 comments on commit 502e184

Please sign in to comment.