Skip to content

Commit 81c9536

Browse files
committed
Updated README to match the new repo name change
1 parent 645d7c2 commit 81c9536

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Web application for managing your git repositories
77

88
![open issues](https://badgen.net/github/open-issues/neel1996/gitconvex-package)
9-
![Gitconvex UI pipeline](https://github.com/neel1996/gitconvex/workflows/Gitconvex%20UI%20pipeline/badge.svg)
9+
![Gitconvex React UI pipeline](https://github.com/neel1996/gitconvex-ui/workflows/Gitconvex%20React%20UI%20pipeline/badge.svg)
1010
![Gitconvex Server pipeline](https://github.com/neel1996/gitconvex-server/workflows/Gitconvex%20Server%20pipeline/badge.svg)
1111

1212
# Download options
@@ -16,7 +16,6 @@
1616
[![gitconvex npm package](https://badgen.net/badge/gitconvex/v1.1.2/green?icon=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
1717
[![github release](https://badgen.net/badge/gitconvex/v1.1.2/blue?icon=github)](https://github.com/neel1996/gitconvex-package/releases)
1818
[![docker image](https://badgen.net/badge/gitconvex/v1.1.2/cyan?icon=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
19-
2019
[![License](https://badgen.net/github/license/neel1996/gitconvex-package)](LICENSE)
2120

2221
- **Option - 1** Cloning repo from **github**
@@ -25,8 +24,8 @@
2524

2625
```
2726
28-
$ git clone https://github.com/neel1996/gitconvex-package.git
29-
$ cd gitconvex-package
27+
$ git clone https://github.com/neel1996/gitconvex.git
28+
$ cd gitconvex
3029
$ npm start
3130
3231
```
@@ -61,12 +60,12 @@ Gitconvex is running on port 9001
6160

6261
**Note:** Make sure you mount the host volume to the container to access the git repos from the host system. If you have git repos stored within your containers, then this is not required
6362

64-
- **Option - 4** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex-package/releases)
63+
- **Option - 4** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex/releases)
6564

6665
```
6766
## Extract the downloaded zip file and execute the commands
6867
69-
$ cd gitconvex-package
68+
$ cd gitconvex
7069
$ npm start
7170
```
7271

0 commit comments

Comments
 (0)