Skip to content

Commit

Permalink
docs: add instructions to run download-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed May 6, 2022
1 parent 6b28a31 commit 55d9d23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/download-progress/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Download Progress
This example was built based on [this](https://github.com/charmbracelet/bubbles/discussions/127) discussion.

## How to Run
`go build .` in this directory on your machine (in examples/download-progress)
then run `./download-progress --url="https://download.blender.org/demo/color_vortex.blend"` this can be whatever file you'd like to download.
Note: the current version will not show a TUI for downloads that do not provide the ContentLength header field.

0 comments on commit 55d9d23

Please sign in to comment.