From 8992d9df7ade14d22d04da2d664e2f183efc8007 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 22 Sep 2024 01:37:10 -0400 Subject: [PATCH] docs: update usage of `make prepare-test` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6200597..07ca674 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ # make sure you are in go-judge directory $ ./tmp/go-judge -http-addr 0.0.0.0:5050 -grpc-addr 0.0.0.0:5051 -monitor-addr 0.0.0.0:5052 -enable-grpc -enable-debug -enable-metrics ``` -6. Pull submodules. It might be slow, so only run it when necessary. +6. Pull submodules. It might be slow, so only run it when the test branches are out of date. ```bash $ # make sure you are in JOJ3 directory