Skip to content

Commit

Permalink
Update README & CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XIAYM-gh committed Nov 2, 2024
1 parent 0941edf commit 867960c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ it's installed.

### Compiling

To compile on *nix operating systems, run:
First, clone this repository using:
```shell
git clone https://github.com/NLR-DevTeam/ShowMySkinParts --recursive --depth 1
```

Then, to compile on *nix operating systems, run:

```shell
chmod +x gradlew
Expand Down

0 comments on commit 867960c

Please sign in to comment.