From 335970f5ae17fd6996eb5d3bac1e69ee495cd97e Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Wed, 15 Aug 2018 17:42:45 -0400 Subject: [PATCH] cli needed too --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9103870..0ca54eb 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ Version: 0.0.89 ```bash VERSION=0.0.89 -wget https://github.com/singularityhub/sregistry-cli/archive/${VERSION}.tar.gz +wget https://github.com/singularityhub/sregistry-cli/archive/sregistry-cli-${VERSION}.tar.gz ``` 4. Use rpmbuild to build it. ```bash -rpmbuild -ta sregistry-$version.tar.gz +rpmbuild -ta sregistry-cli-$version.tar.gz ``` You should get an srpm which that can be distributed and anyone can be rebuilt: