aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-07-27 11:48:16 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-07-27 11:48:16 +0100
commit15b75667ddd8e0cf826d22891b823d95b47d6ae3 (patch)
tree3cf9deb85d25989ed96ef52fa139e130f3b79c2d
parent64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0 (diff)
downloadz80count-15b75667ddd8e0cf826d22891b823d95b47d6ae3.tar.gz
z80count-15b75667ddd8e0cf826d22891b823d95b47d6ae3.zip
Updated instructions
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a3c369c..19b91a0 100644
--- a/README.md
+++ b/README.md
@@ -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