Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Make various README.md files consistent. #530

Merged
merged 1 commit into from Oct 23, 2015

Commits on Oct 23, 2015

  1. docs: Make various README.md files consistent.

    First, it removes the documentation section from all the README.md files
    and instead puts a web-based godoc badge and link at the top with the
    other badges.  This is being done since the local godoc tool no longer
    ships with Go by default, so the instructions no longer work without
    first installing godoc. Due to this, pretty much everyone uses the
    web-based godoc these days anyways.  Anyone who has manually installed
    godoc won't need instructions.
    
    Second, it makes sure the ISC license badge is at the top with the other
    badges and removes the textual reference in the overview section.
    
    Finally, it's modifies the Installation section to Installation and
    Updating and adds a '-u' to the 'go get' command since it works for both
    and thus is simpler.
    davecgh committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    3942a11 View commit details
    Browse the repository at this point in the history