diff --git a/README.md b/README.md index c2bbaad..a58acfd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` -
\ No newline at end of file +