From fb61ad33e3847ba8b018fe4752761384c5a51244 Mon Sep 17 00:00:00 2001 From: zjc_he Date: Fri, 29 Mar 2024 14:57:46 +0800 Subject: [PATCH] docs(README.md): Added link to go-judge Github repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcd5b6..8244647 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Quick Start -To register the sandbox executor, you need to run go-judge before running this program. +To register the sandbox executor, you need to run [`go-judge`](https://github.com/criyle/go-judge) before running this program. Install `go-judge` and start it with `go-judge -enable-grpc` ```bash $ make test