From 753c2d482ef748d4dfd171703b7c60b3b63259b2 Mon Sep 17 00:00:00 2001 From: Boming Zhang <bomingzh@sjtu.edu.cn> Date: Sat, 5 Oct 2024 18:16:44 -0400 Subject: [PATCH] docs: update sandbox --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b640a1..425cd03 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Do not execute any command. Just return empty `ExecutorResult` slice. ### Sandbox -Run the commands in `go-judge` and output the `ExecutorResult` slice. +Run the commands in `go-judge` and output the `ExecutorResult` slice. Note: we communicate with `go-judge` using gRPC, which means `go-judge` can run anywhere as the gRPC connection can be established. In deployment, `go-judge` runs in the host machine of the Gitea runner. ## Parsers (under `/internal/parsers`)