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

5
.gitignore vendored
View File

@@ -116,3 +116,8 @@ run/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar !gradle-wrapper.jar
# Gradle files
gradlew
gradlew.bat
gradle/wrapper/gradle-wrapper.jar

View File

@@ -4,7 +4,7 @@ This is a simple mod for forge and fabric that displays your current speed
## Compile your own version? ## Compile your own version?
1. Download source code 1. Download source code
* Run `git clone https://github.com/zaze06/Speedometer` * 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 * unzip the folder
2. Open the folder 2. Open the folder
3. Run `gradlew build`(Windows cmd) or `./gradlew build`(Linux, MacOS, Windows powershell) 3. Run `gradlew build`(Windows cmd) or `./gradlew build`(Linux, MacOS, Windows powershell)