aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited 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