You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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
70
70
71
-
## Build from scratch
71
+
## Build from source
72
72
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
74
74
75
75
**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.
76
76
@@ -86,7 +86,7 @@ make build
86
86
./make.bat build
87
87
88
88
# After build completion...
89
-
./dist/gitconvex-server
89
+
./dist/gitconvex
90
90
91
91
2020/11/14 22:57:47 INFO: Starting Gitconvex server modules
92
92
2020/11/14 22:57:47 INFO: Using available env config file
0 commit comments