update README

This commit is contained in:
lilydjwg 2015-11-04 20:13:32 +08:00
parent 512399cef5
commit d2049aa3ce
1 changed files with 2 additions and 6 deletions

View File

@ -125,13 +125,13 @@ github
branch
Which branch to track? Default: ``master``.
An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously.
use_latest_release
Set this to ``true`` to check for the latest relase on GitHub. An annotated
tag creates a "release" on GitHub. It's not the same with git tags, which
includes both annotated tags and lightweight ones.
An environment variable ``NVCHECKER_GITHUB_TOKEN`` can be set to a GitHub OAuth token in order to request more frequently than anonymously.
Check BitBucket
---------------
Check `BitBucket <https://bitbucket.org/>`_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``.
@ -245,10 +245,6 @@ Bugs
====
* Finish writing results even on Ctrl-C or other interruption.
TODO
====
* Support GitHub tags
Footnotes
=========
.. [v0.3] Note: with nvchecker <= 0.2, there are one more colon each line. You can use ``sed -i 's/://' FILES...`` to remove them.