Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RemainingToast committed Jun 5, 2023
1 parent 75aacd8 commit aea6052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Send Discord build message
run: |
COMMIT_MESSAGES=$(git log --pretty=format:'- `%h` %s' -5 --reverse)
(curl "$WEBHOOK" -sS -H "Content-Type:application/json" -X POST -d "{\"content\":null,\"embeds\":[{\"title\":\"Build $BUILD\",\"description\":\"**Branch:** $BRANCH_NAME\\n**Changes:**\\n$COMMIT_MESSAGES\",\"url\":\"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID\",\"color\":1487872,\"fields\":[{\"name\":\"Artifacts:\",\"value\":\"- [toastclient-$BUILD.zip](https://nightly.link/$GITHUB_REPOSITORY/workflows/gradle.yaml/$BRANCH_NAME/toastclient-$BUILD.zip)\"}],\"footer\":{\"text\":\"$GITHUB_REPOSITORY\"},\"thumbnail\":{\"url\":\"https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png\"}}]}")
(curl "$WEBHOOK" -sS -H "Content-Type:application/json" -X POST -d "{\"content\":null,\"embeds\":[{\"title\":\"Build $BUILD\",\"description\":\"**Branch:** $BRANCH_NAME\\n**Changes:**\\n$COMMIT_MESSAGES\",\"url\":\"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID\",\"color\":1487872,\"fields\":[{\"name\":\"Artifacts:\",\"value\":\"- [toastclient-$BUILD.zip](https://nightly.link/$GITHUB_REPOSITORY/workflows/gradle.yaml/$BRANCH_NAME/toastclient-$BUILD.zip)\"}],\"footer\":{\"text\":\"$GITHUB_REPOSITORY\"},\"thumbnail\":{\"url\":\"https://upload.wikimedia.org/wikipedia/commons/6/6c/Toast-2.jpg\"}}]}")
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
![GitHub lines of code](https://tokei.rs/b1/github/RemainingToast/toastclient)
![GitHub last commit](https://img.shields.io/github/last-commit/RemainingToast/toastclient)

### Installing
*I recommend using [multimc](https://multimc.org/) as it makes installing Fabric much easier.*
### ! ATTENTION: Downloading !
> ***1.19.2 Alpha Releases Are Found In The [Nightly Release Channel](https://discord.com/channels/668416925671489547/738156249035571210) In Our [Discord](https://discord.gg/PASHZanfyc).***
<br>*(This Will Change When There Is A Stable Release.)*
1. Download the latest release [here](https://github.com/RemainingToast/toastclient/releases/)
2. After you are done [installing fabric](https://fabricmc.net/wiki/install)
3. Put `toastclient.jar` inside `.minecraft/mods/`
4. Launch Minecraft

Note (By Default):
### Using
(By Default):
* ClickGui Key is `RSHIFT`
* Command Prefix is `.` (`.help` for all commands)

Expand Down

0 comments on commit aea6052

Please sign in to comment.