Skip to content

Commit

Permalink
cli needed too
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Aug 15, 2018
1 parent b8bbc33 commit 335970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 335970f

Please sign in to comment.