Made images in README load from GitLab; excluded images from Crate
This commit is contained in:
parent
b91098d3d4
commit
ce02cbe4d8
@ -10,5 +10,6 @@ repository = "https://devops.tsommer.org/open-source/rust/crates/borderline"
|
||||
readme = "README.md"
|
||||
keywords = ["border", "terminal", "cli", "progressbar"]
|
||||
categories = ["command-line-interface"]
|
||||
exclude = ["images/*"]
|
||||
|
||||
[dependencies]
|
||||
|
11
README.md
11
README.md
@ -45,9 +45,14 @@ borderline::print_border();
|
||||
```
|
||||
|
||||
While the progress bar is active:
|
||||
![progressbar.png](images/progressbar.png)
|
||||
![progressbar.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/progressbar.png)
|
||||
|
||||
When the program is done:
|
||||
![done.png](images/done.png)
|
||||
![done.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/done.png)
|
||||
|
||||
In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width.
|
||||
In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width.
|
||||
|
||||
# Changelog
|
||||
|
||||
### Version 1.0.0
|
||||
- Initial release
|
Loading…
Reference in New Issue
Block a user