docs: README progress-download folder + ignore

📝 Update folder name in README to `progress-download` as
 that is what generates with `go build .`

🙈 Add the files genreated by `go build .` to root `.gitnore`
This commit is contained in:
Jerome Fitzgerald 2022-08-10 20:30:15 -04:00 committed by Maas Lalani
parent 7c6ebc312c
commit ae6fcd395e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@ examples/list-fancy/list-fancy
examples/list-simple/list-simple
examples/mouse/mouse
examples/pager/pager
examples/progress-download/color_vortex.blend
examples/progress-download/progress-download
examples/simple/simple
examples/spinner/spinner
examples/textinput/textinput

View File

@ -12,7 +12,7 @@ Build the application with `go build .`, then run with a `--url` argument
specifying the URL of the file to download. For example:
```
./download-progress --url="https://download.blender.org/demo/color_vortex.blend"
./progress-download --url="https://download.blender.org/demo/color_vortex.blend"
```
Note that in this example a TUI will not be shown for URLs that do not respond