Skip to content

Commit ae6fcd3

Browse files
JeromeFitzmaaslalani
authored andcommitted
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`
1 parent 7c6ebc3 commit ae6fcd3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ examples/list-fancy/list-fancy
99
examples/list-simple/list-simple
1010
examples/mouse/mouse
1111
examples/pager/pager
12+
examples/progress-download/color_vortex.blend
13+
examples/progress-download/progress-download
1214
examples/simple/simple
1315
examples/spinner/spinner
1416
examples/textinput/textinput

β€Žexamples/progress-download/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Build the application with `go build .`, then run with a `--url` argument
1212
specifying the URL of the file to download. For example:
1313

1414
```
15-
./download-progress --url="https://download.blender.org/demo/color_vortex.blend"
15+
./progress-download --url="https://download.blender.org/demo/color_vortex.blend"
1616
```
1717

1818
Note that in this example a TUI will not be shown for URLs that do not respond

0 commit comments

Comments
Β (0)