Skip to content

Commit a7fe75e

Browse files
authored
rephrase sentence for build from source
1 parent dbcc597 commit a7fe75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ docker pull itassistors/gitconvex
6868

6969
**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 it is not required
7070

71-
## Build from scratch
71+
## Build from source
7272

73-
To build gitconvex from scratch, [libgit2](https://github.com/libgit2/libgit2) is a requirement. The [LIBGIT_NOTES](LIBGIT_NOTES.md) file includes all the guidelines to download and setup libgit for different platforms
73+
[Libgit2](https://github.com/libgit2/libgit2) is required for building gitconvex from source. The [LIBGIT_NOTES](LIBGIT_NOTES.md) file includes all the guidelines to download and setup libgit for different platforms
7474

7575
**To be Noted:** The `master` branch contains the latest and the stable build of the project. For a reliable experience, always clone the repo from the master branch.
7676

@@ -86,7 +86,7 @@ make build
8686
./make.bat build
8787

8888
# After build completion...
89-
./dist/gitconvex-server
89+
./dist/gitconvex
9090

9191
2020/11/14 22:57:47 INFO: Starting Gitconvex server modules
9292
2020/11/14 22:57:47 INFO: Using available env config file

0 commit comments

Comments
 (0)