readme update
Vladimir Bauer
8 years ago
| 15 | 15 | * __Dynamic Sorting__: Sort bars as you wish |
| 16 | 16 | * __Dynamic Resize__: Resize bars on terminal width change |
| 17 | 17 | * __Custom Decorator Functions__: Add custom functions around the bar along with helper functions |
| 18 | * __Dynamic Decorator's Width Sync__: Sync width among decorator group (available since v2) | |
| 18 | * __Dynamic Decorator's Width Sync__: Sync width among decorator group | |
| 19 | 19 | * __Predefined Decoratros__: Elapsed time, [Ewmaest](https://github.com/dgryski/trifles/tree/master/ewmaest) based ETA, Percentage, Bytes counter |
| 20 | 20 | |
| 21 | 21 | ## Installation |
| 22 | 22 | |
| 23 | To get the package, execute: | |
| 23 | ```sh | |
| 24 | go get github.com/vbauerster/mpb | |
| 25 | ``` | |
| 24 | 26 | |
| 25 | ```sh | |
| 26 | go get gopkg.in/vbauerster/mpb.v3 | |
| 27 | ``` | |
| 27 | Note: it is preferable to go get from github.com, rather than gopkg.in. See issue [#11](https://github.com/vbauerster/mpb/issues/11). | |
| 28 | 28 | |
| 29 | 29 | ## Usage |
| 30 | 30 |