README.md in tentacle-0.1 vs README.md in tentacle-0.1.1
- old
+ new
@@ -1,9 +1,15 @@
# tentacle
-Description goes here.
+Command line YUM repository browser/agregattor.
+# Features
+
+* Digs YUM repositories to search for RPM packages
+* Multiple repositories supported
+* Most used Fedora/RHEL repositories included (Fedora, CentOS, EPEL, Fusion, Repoforge, PowerStack, RBEL, ...)
+
# Installation
* Fedora/RHEL
yum install ruby-devel make gcc gcc-c++ rubygems libxml2-devel libxslt-devel git
@@ -42,10 +48,15 @@
tentacle search --repo-id rbel5-x86_64 ruby
Search for ruby packages in RBEL 5 repository. The list of available repo-ids is displayed with 'tentacle available-repos'
-
+**Search only SRPMS**
+
+ tentacle search --source ruby-1.9
+
+Search for Source RPMS matching ruby-1.9
+
# Copyright
Copyright (c) 2011 Sergio Rubio. See LICENSE.txt for
further details.