diff --git a/README.md b/README.md index 646e1fb..9c29fb9 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ If you have any other ideas/suggestions, do send them across. [**Hop in to ugit ## Installation +[Try `ugit` via Docker](https://hub.docker.com/r/bhupeshimself/ugit): + +```bash +docker pull bhupeshimself/ugit +docker run --rm -it -v $(pwd):/app bhupeshimself/ugit +``` + ### Prerequisites **ugit** dependencies: diff --git a/ugit b/ugit index 6b20eac..c116180 100755 --- a/ugit +++ b/ugit @@ -7,7 +7,7 @@ set -uo pipefail; SCRIPT_NAME="$0" SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit" TMP_FILE="/tmp/ugit.sh" -VERSION="5.7" +VERSION="5.8" pointer="" BOLD_ORG_FG=$(tput bold)$(tput setaf 208)