Skip to content

Commit 3eeb3e4

Browse files
authored
Updated README with additional instructions for the download options
1 parent eb57a76 commit 3eeb3e4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@
2121

2222
- **Option - 1** Cloning repo from **github**
2323

24-
`git clone https://github.com/neel1996/gitconvex-package.git`
24+
```
25+
26+
$ git clone https://github.com/neel1996/gitconvex-package.git
27+
$ cd gitconvex-package
28+
$ npm start
29+
30+
```
2531

2632
- **Option - 2** Downloading package from **npm**
2733

@@ -51,8 +57,17 @@ Gitconvex is running on port 9001
5157

5258
`docker pull itassistors/gitconvex`
5359

60+
**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
61+
5462
- **Option - 4** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex-package/releases)
5563

64+
```
65+
## Extract the downloaded zip file and execute the commands
66+
67+
$ cd gitconvex-package
68+
$ npm start
69+
```
70+
5671

5772
# Platforms
5873

0 commit comments

Comments
 (0)