From 7fb9e28d3268dcc05381d66bad2075c5a55407e9 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 4 Feb 2016 10:12:12 +0100 Subject: [PATCH] ajout option architecture --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5656cb3..fd502a3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Usage: ./package.sh -p project_path [-d destination] [-i image] [-k] Parameters: -p Path to the project to build + -a Optional : Architecture choice (-a i386 for example) -d Optional : Destination of the builed packages (default ./packages) -i Optional : Name of the Docker image to use for build (default: debian:jessie) -k Optional : Keep the Docker container after build