Repository: karaf-cellar Updated Branches: refs/heads/master 84f1bc030 -> 6269e98e0
Update README file with Karaf 3 commands Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/6269e98e Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/6269e98e Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/6269e98e Branch: refs/heads/master Commit: 6269e98e0c4fa0d405fd4d6dece70588f791b05c Parents: 84f1bc0 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jun 23 21:45:04 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jun 23 21:45:04 2014 +0200 ---------------------------------------------------------------------- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/6269e98e/README ---------------------------------------------------------------------- diff --git a/README b/README index 5fcd28f..12a446d 100644 --- a/README +++ b/README @@ -42,11 +42,11 @@ BUILDING for instructions on building Apache Karaf. To install Apache Karaf Cellar, first you have to register the Cellar features descriptor: -karaf@root> features:addurl mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.0-SNAPSHOT/xml/features +karaf@root()> feature:repo-add mvn:org.apache.karaf.cellar/apache-karaf-cellar/3.0.0/xml/features Now, you can install the Cellar feature simply by typing: -karaf@root> features:install cellar +karaf@root()> feature:install cellar The PDF manual is the right place to find any information about Karaf Cellar.
