Skip to content

Commit 4315f2d

Browse files
authored
update README with revised requirement list
1 parent 72ad42e commit 4315f2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Gitconvex
32

43
<p align="center">
@@ -82,9 +81,9 @@ $ ./make.bat build
8281

8382
| Software | Purpose |
8483
| -- | -- |
85-
| <b>[Git](https://git-scm.com/)</b> | <b>Required for handling some intense git operations with the target repo</b> |
86-
| <b>[Go](https://golang.org/)</b> | <b>For building the backend from the source</b> |
87-
| <b>[Node JS](https://nodejs.org/en/)</b> | <b>For building the react UI bundle from scratch</b> |
84+
| <b>[Git v2.20+](https://git-scm.com/)</b> | <b>Required for handling some intense git operations with the target repo</b> |
85+
| <b>[Go v1.15](https://golang.org/)</b> | <b>For building the backend from the source</b> |
86+
| <b>[npm v6+](https://nodejs.org/en/)</b> | <b>For building the react UI bundle from scratch</b> |
8887

8988
> **Important note for windows users**
9089

0 commit comments

Comments
 (0)