Skip to content

Commit

Permalink
Delete some outdated content
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy authored Jan 25, 2024
1 parent aaf5ae7 commit 76e24cc
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# judger-rs

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/OJ-lab/judger/rust-check.yml)
![Discord](https://img.shields.io/discord/916955582181822486)
![Discord](https://img.shields.io/discord/916955582181822486?label=discord&color=blue)

Judger is supposed to be a simple **sandbox service** which works for online-judge systems.

Expand All @@ -20,19 +20,8 @@ We'll consider other platform, but in a lower priority.
If you are not familiar with system stuff.
Developing judger-rs in local computer can be dangerous.

Github codespace is the currently the most perfered approach.
When first setup the cloud machine, run `ENV_SETUP.bash` to get essentials,
also install the recommended plugins provided in VSCode.

## Run by admin

`judge-core` build a sandbox environment by `seccomp`, so it's neccessary to run tests or examples by admin.
You need to install **Rust** in root user.

``` sh
su
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
Github codespace is the currently the most perfered approach,
it will setup all the needed environment for you.

## Contribute

Expand All @@ -41,4 +30,3 @@ We have a guide in judger's [WIKI](https://github.com/OJ-lab/judger/wiki/Contrib
## Deeper Docs

- [judge-core README](judge-core/README.md)
- [judge-cli README](judge-cli/README.md)

0 comments on commit 76e24cc

Please sign in to comment.