Added gitignore
Added .gitignore Fixed small spelling issue in readme.md
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -116,3 +116,8 @@ run/
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Gradle files
|
||||
gradlew
|
||||
gradlew.bat
|
||||
gradle/wrapper/gradle-wrapper.jar
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user