Merge pull request #18 from bertuss/patch-1

Fix small typo in Readme
This commit is contained in:
Linda_pp 2019-01-14 01:11:49 +09:00 committed by GitHub
commit 5592b885d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Go does not provide the way to install/update the stable version of tools. By de
tools are updated:
1. using `go get -u`, but it is not stable because HEAD of the repository is built
2. using system's package manager, but it is harder to release because of dpeneding on the platform
2. using system's package manager, but it is harder to release because of depending on the platform
3. downloading executables from GitHub release page, but it requires users to download and put it manually
[go-github-selfupdate][] resolves the problem of 3. by detecting the latest release, downloading it and