Skip to content

Commit

Permalink
docs: README progress-download folder + ignore
Browse files Browse the repository at this point in the history
πŸ“ 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`
  • Loading branch information
JeromeFitz authored and maaslalani committed Aug 18, 2022
1 parent 7c6ebc3 commit ae6fcd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/progress-download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae6fcd3

Please sign in to comment.