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 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.