Skip to content

Commit e252ea2

Browse files
committed
add additional instruction to makefile
1 parent 99a2feb commit e252ea2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ build:
4040
echo "Gitconvex build completed!" && \
4141
mv ./dist/gitconvex-server ./dist/gitconvex
4242
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"
4344
test:
4445
go test -v ./...
4546
start:

make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if "%ip%"==%BUILD% (
4343
cd .\dist
4444
rename gitconvex-server.exe gitconvex.exe
4545
echo "Run ./dist/gitconvex.exe to start gitconvex on port 9001"
46+
echo "Try ./dist/gitconvex.exe --port PORT_NUMBER to run gitconvex on the desired port"
4647
cd ..
4748
)
4849

0 commit comments

Comments
 (0)