Update README

This commit is contained in:
knqyf263
2019-05-16 13:07:43 +09:00
parent 4d20d3f543
commit ad0f9e8cba
4 changed files with 435 additions and 91 deletions

View File

@@ -38,7 +38,7 @@ func CloneOrPull(url, repoPath string) (map[string]struct{}, error) {
}
log.Logger.Debug("remove an existed directory")
suffix := " The first time will take a while..."
suffix := " It will take a while for the first time..."
s := utils.NewSpinner(suffix)
s.Start()
defer s.Stop()