From ae6fcd395e49faaf82a464f8b96fd8f7ed657706 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Wed, 10 Aug 2022 20:30:15 -0400 Subject: [PATCH] docs: README progress-download folder + ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 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` --- .gitignore | 2 ++ examples/progress-download/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 285b1b5..5919448 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/examples/progress-download/README.md b/examples/progress-download/README.md index cdb4535..2a3dd2e 100644 --- a/examples/progress-download/README.md +++ b/examples/progress-download/README.md @@ -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