aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-06-08 10:20:29 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-06-08 10:20:29 +0000
commitb596b217c9b82d6be2b1d5486cdced31831aebc3 (patch)
treee68246162c8e1ec2f6bfda67c41ac106589d08a8
parentb192d4cc46d8bda166116432ee28042e95750052 (diff)
parent45254bf97b5f0d2b2eb3d909e2c3f675694ca61d (diff)
Merge "Add package archive documentation to README.md"
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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<br />
```
+### 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