Skip to content

Commit 0295f27

Browse files
committed
πŸ”– release 5.8 ready
1 parent 75b2cd6 commit 0295f27

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ If you have any other ideas/suggestions, do send them across. [**Hop in to ugit
8888

8989
## Installation
9090

91+
[Try `ugit` via Docker](https://hub.docker.com/r/bhupeshimself/ugit):
92+
93+
```bash
94+
docker pull bhupeshimself/ugit
95+
docker run --rm -it -v $(pwd):/app bhupeshimself/ugit
96+
```
97+
9198
### Prerequisites
9299

93100
**ugit** dependencies:

β€Žugitβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -uo pipefail;
77
SCRIPT_NAME="$0"
88
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
99
TMP_FILE="/tmp/ugit.sh"
10-
VERSION="5.7"
10+
VERSION="5.8"
1111

1212
pointer=""
1313
BOLD_ORG_FG=$(tput bold)$(tput setaf 208)

0 commit comments

Comments
Β (0)