s/dpeneding/depending/

This commit is contained in:
Bertus Steenberg 2019-01-13 17:18:19 +02:00 committed by GitHub
parent ff8cf0cdf6
commit 687eda561c
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