Added gitignore

Added .gitignore
Fixed small spelling issue in readme.md
This commit is contained in:
Zacharias
2023-09-05 19:22:45 +02:00
parent cda526d41d
commit 962c2f5f2b
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ This is a simple mod for forge and fabric that displays your current speed
## Compile your own version?
1. Download source code
* Run `git clone https://github.com/zaze06/Speedometer`
* Download the source code from github page [master.zip](https://github.com/zaze06/Speedometer/archive/refs/heads/master.zip)
* Download the source code from GitHub page [master.zip](https://github.com/zaze06/Speedometer/archive/refs/heads/master.zip)
* unzip the folder
2. Open the folder
3. Run `gradlew build`(Windows cmd) or `./gradlew build`(Linux, MacOS, Windows powershell)