mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 11:07:27 +00:00
update README
This commit is contained in:
parent
2eea113a66
commit
a4ce7e3b66
@ -33,7 +33,11 @@ Say you've got a version record file called ``old_ver.txt`` which records all yo
|
|||||||
|
|
||||||
./nvchecker source.ini
|
./nvchecker source.ini
|
||||||
|
|
||||||
Compare the two files for updates (assuming they are sorted alphabetically; files generated by ``nvchecker`` are already sorted)::
|
See what are updated with ``nvcmp``::
|
||||||
|
|
||||||
|
./nvcmp source.ini
|
||||||
|
|
||||||
|
Manually compare the two files for updates (assuming they are sorted alphabetically; files generated by ``nvchecker`` are already sorted)::
|
||||||
|
|
||||||
comm -13 old_ver.txt new_ver.txt
|
comm -13 old_ver.txt new_ver.txt
|
||||||
# or say that in English:
|
# or say that in English:
|
||||||
@ -141,7 +145,6 @@ Bugs
|
|||||||
|
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
* Tool to replace the ``join`` command
|
|
||||||
* Support GitHub tags
|
* Support GitHub tags
|
||||||
|
|
||||||
Footnotes
|
Footnotes
|
||||||
|
Loading…
Reference in New Issue
Block a user