From c3a8d79fb30fa5109b0e969973ec1edcf19a406e Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Tue, 14 Sep 2021 14:04:15 +0200 Subject: [PATCH] Update README with current branch --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c79cea..75e076a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/psuapp/psu.svg)](https://hub.docker.com/r/psuapp/psu/) -[![pipeline status](https://gitlab.com/psuapp/psu/badges/1-2-stable/pipeline.svg)](https://gitlab.com/psuapp/psu/commits/1-2-stable) +[![pipeline status](https://gitlab.com/psuapp/psu/badges/1-3-next/pipeline.svg)](https://gitlab.com/psuapp/psu/commits/1-3-next) Bash script to deploy/update/remove stacks in a [Portainer](https://portainer.io/) instance from a [docker-compose](https://docs.docker.com/compose) [yaml file](https://docs.docker.com/compose/compose-file). @@ -31,6 +31,7 @@ _Based on previous work by [@vladbabii](https://github.com/vladbabii) on [docker ### Standalone Just clone the repo and use the script: + ```bash git clone https://gitlab.com/psuapp/psu.git cd psu/ @@ -55,7 +56,7 @@ You will need these dependencies installed: - [timeout](https://man7.org/linux/man-pages/man1/timeout.1.html)* For macOS run: `brew install coreutils` - [uuidgen](https://man7.org/linux/man-pages/man1/uuidgen.1.html) only for some OS (Debian and Alpine work fine without it) -* = required +\* = required For Debian and similar apt-powered systems: `apt install bash curl jq`