From 15b75667ddd8e0cf826d22891b823d95b47d6ae3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 27 Jul 2019 11:48:16 +0100 Subject: Updated instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 - - Alexis Roda (https://github.com/patxoca) + - Alexis Roda https://github.com/patxoca -- cgit v1.2.3