From d53d9a41215d88431a0993df1636405418a08f18 Mon Sep 17 00:00:00 2001 From: LEE HAESUNG <102472529+JungangHighschool@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:21:31 +0900 Subject: [PATCH 1/2] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4a16b1d..2bf4007 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,7 +34,7 @@ jobs: working-directory: ${{github.workspace}} # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ./scripts/setup && ./scripts/install.sh + run: ./scripts/setup.sh && ./scripts/install.sh # - name: test # working-directory: ${{github.workspace}}/build From 75bcbecdcaf4bf867e4ba758e0a6d334a24143df Mon Sep 17 00:00:00 2001 From: LEE HAESUNG <102472529+JungangHighschool@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:13:03 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a58acfd..9aa1306 100644 --- a/README.md +++ b/README.md @@ -40,9 +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 - 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 + ./scripts/setup.sh && ./scripts/install.sh + source ~/.bashrc + # source ~/.zshrc (if you use zsh, or whatever, customize this command) ``` 3. Follow the on-screen prompts to complete the installation.