Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/EdgeCrafters/ejp-t into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lshtar13 committed Sep 3, 2023
2 parents 935f555 + 75bcbec commit accf269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit accf269

Please sign in to comment.