README.md in teuton-get-0.2.1 vs README.md in teuton-get-0.2.2
- old
+ new
@@ -1,5 +1,6 @@
+[![Gem Version](https://badge.fury.io/rb/teuton-get.svg)](https://badge.fury.io/rb/teuton-get)
# Teuton-Get
* Find and download _Teuton Tests_ from remote or local repositories.
* Create _Teuton Test_ repository.
@@ -11,24 +12,23 @@
1. Install Ruby on your system.
1. `gem install teuton-get`, to install **teuton-get** gem.
# Use
-* At first, create config file with `teutonget init`.
-* Then, search tests with `teutonget search FILTER`. Example: `teutonget search linux`, will show a list with "linux" related tests.
+1. `teutonget init`, at first, create config file.
+1. `teutonget search FILTER`. then, search tests. Example: `teutonget search linux`, will show a list with "linux" related tests.
+1. `teutonget download REPONAME:TESTPATH`, download test files.
+## Example
-* `teutonget download REPONAME:TESTPATH`
+* Search test and show details:
-## Example
+![](docs/images/teutonget-info.png)
-* Search and download test:
+* Download test:
![](docs/images/teutonget-download.png)
-* Refresh repos and show test details:
-
-![](docs/images/teutonget-info.png)
# Contact
* **Email**: `teuton.software@protonmail.com`