We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a2feb commit e252ea2Copy full SHA for e252ea2
Makefile
@@ -40,6 +40,7 @@ build:
40
echo "Gitconvex build completed!" && \
41
mv ./dist/gitconvex-server ./dist/gitconvex
42
echo "Use ./dist/gitconvex to start Gitconvex on port 9001"
43
+ echo "Try ./dist/gitconvex --port PORT_NUMBER to run gitconvex on the desired port"
44
test:
45
go test -v ./...
46
start:
make.bat
@@ -43,6 +43,7 @@ if "%ip%"==%BUILD% (
cd .\dist
rename gitconvex-server.exe gitconvex.exe
echo "Run ./dist/gitconvex.exe to start gitconvex on port 9001"
+ echo "Try ./dist/gitconvex.exe --port PORT_NUMBER to run gitconvex on the desired port"
47
cd ..
48
)
49
0 commit comments