Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YTG1234 committed Jun 11, 2021
1 parent 10f6fbd commit 98162c2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@ Fabric Recipe Conditions is a library that extends recipes with the ability to l
Currently, the conditions are only checked when the resources reload (world load or `/reload`), but most of the built-in
conditions require a restart/reload to even be changed anyway.

## How to use what is this irrit
Read wiki.

## Cloning and Building
### Cloning
* `git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git` with HTTPS
* `git clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git` with SSH
- `git clone --recursive https://github.com/YTG1234/fabric-recipe-conditions.git` with HTTPS
- `git clone --recursive [email protected]:YTG1234/fabric-recipe-conditions.git` with SSH
### Building
* `./gradlew build` for a normal system
* `gradlew.bat build` for a Windows system
- `./gradlew build` for a normal system
- `gradlew.bat build` for a Windows system
### Pulling
* `git pull --recurse-submodules`
* `git submodule update --init --recursive --remote --rebase`
- `git pull --recurse-submodules`
- `git submodule update --init --recursive --remote --rebase`
### Pushing
* `git push --recurse-submodules=on-demand`
- `git push --recurse-submodules=on-demand`

Using a Git GUI tool like SourceTree will make pulling and pushing a lot easier.
Using Git GUI tools like SourceTree will make pulling and pushing a lot easier.

0 comments on commit 98162c2

Please sign in to comment.