diff --git a/release/README.md b/release/README.md index 06ab1c6..48036c9 100644 --- a/release/README.md +++ b/release/README.md @@ -10,13 +10,13 @@ docker run -it --rm -v `pwd`:/data release-leap Once in the container, clone the repo with the release tag: ``` -git clone https://github.com/tomconte/azfilebak.git -b v1.0-alpha1 +git clone https://github.com/Azure/azfilebackup -b v1.0-alpha1 ``` Package the RPM using FPM, make sure to convert the version number to RPM format: ``` -fpm.ruby2.5 -s virtualenv -t rpm -n azfilebackup --version 1.0 --iteration 0.pre.a1 . +fpm.ruby2.5 -s virtualenv -t rpm -n azfilebackup --version 1.0 --iteration 0.pre.a1 --rpm-auto-add-directories . ``` Copy the generated RPM out of the container: