diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:48:16 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:48:16 +0100 |
commit | 15b75667ddd8e0cf826d22891b823d95b47d6ae3 (patch) | |
tree | 3cf9deb85d25989ed96ef52fa139e130f3b79c2d | |
parent | 64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0 (diff) | |
download | z80count-15b75667ddd8e0cf826d22891b823d95b47d6ae3.tar.gz z80count-15b75667ddd8e0cf826d22891b823d95b47d6ae3.zip |
Updated instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,11 +29,11 @@ To install for developmet run: You can use it with: - z80count.py < file.asm > file_c.asm + z80count < file.asm > file_c.asm Or inside `vim` you can: - :% !z80count.py -su + :% !z80count -su With `-s` the tool adds a subtotal to the comments and `-u` tries to update existing comments generated by the tool. @@ -156,4 +156,4 @@ Feel free to open a PR if you find a bug! ## Authors - Juan J. Martinez <jjm@usebox.net> - - Alexis Roda (https://github.com/patxoca) + - Alexis Roda https://github.com/patxoca |