Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SKKU-EJS/ejp-t into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lshtar13 committed Sep 1, 2023
2 parents 26596a6 + 54af266 commit 00d6219
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ EJP-T is a specialized component of the Edged Judger Platform (EJP) designed to
2. Navigate to the cloned directory and run the installation script.
```bash
cd ejp-t
./install.sh
sudo apt update -y && sudo apt install -y git git cmake gcc g++ pkg-config libkrb5-dev libssl-dev python3
cmake -E make_directory build && cd build
cmake .. && make
```
3. Follow the on-screen prompts to complete the installation.

Expand Down Expand Up @@ -195,4 +197,4 @@ ejp-t workbook [command] [options]
ejp-t workbook append -p assignment_1 -l ./path_of_testcase.json # append testcase to problem
```

</br>
</br>

0 comments on commit 00d6219

Please sign in to comment.