From 7c1225347db8b516cc268709939f6b359bc283c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 10 Oct 2016 10:20:32 +0200 Subject: Update documentation --- scripts/install.sh | 2 ++ scripts/release.sh | 2 ++ scripts/update.sh | 2 ++ 3 files changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/install.sh b/scripts/install.sh index 755aac1c..54d0bb78 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,4 +1,6 @@ #! /usr/bin/env bash +# You can execute this file to install wallabag +# eg: `sh install.sh prod` ENV=$1 TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) diff --git a/scripts/release.sh b/scripts/release.sh index 3d096430..e118b87e 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,4 +1,6 @@ #! /usr/bin/env bash +# You can execute this file to create a new package for wallabag +# eg: `sh release.sh master /tmp wllbg-release prod` VERSION=$1 TMP_FOLDER=$2 diff --git a/scripts/update.sh b/scripts/update.sh index 48281210..b920a829 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,4 +1,6 @@ #! /usr/bin/env bash +# You can execute this file to update wallabag +# eg: `sh update.sh prod` ENV=$1 TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) -- cgit v1.2.3