From: Ronan Le Martret Date: Tue, 6 Jun 2017 16:43:45 +0000 (+0200) Subject: Add package archive documentation to README.md X-Git-Tag: dab_3.99.2~17^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=45254bf97b5f0d2b2eb3d909e2c3f675694ca61d Add package archive documentation to README.md Change-Id: Ic93ae014f56ddd0a2f0d7d12d15005eb1bda1f09 Signed-off-by: Ronan Le Martret --- diff --git a/README.md b/README.md index bc0a70e0..af499a15 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,15 @@ $ make; $ sudo make install
``` +### Archive + +``` +VERSION=2.0 +GIT_TAG=master +PKG_NAME=app-framework-binder +git archive --format=tar.gz --prefix=${PKG_NAME}-${VERSION}/ ${GIT_TAG} -o ${PKG_NAME}_${VERSION}.orig.tar.gz +``` + ### Testing/Debug ``` $ ${AFB_DAEMON_DIR}/build/src/afb-daemon --help