Skip to content

Commit f41524c

Browse files
author
Your Name
committed
Fix
1 parent 833f7b6 commit f41524c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repo has automated, nightly builds of the [Folia](https://github.com/PaperMC/Folia) server for Minecraft so that you don't have to build it yourself.
55

6-
Every midnight UTC, GitHub Actions runs [the build script](https://github.com/Slackadays/FoliaToGo/blob/main/.github/workflows/folia.yml) and uploads the server .jar to the [Actions](https://github.com/Slackadays/FoliaToGo/actions) area.
6+
Every midnight UTC, GitHub Actions runs [the build script](https://github.com/Slackadays/FoliaToGo/blob/main/build.sh) and uploads the server .jar to the [Actions](https://github.com/Slackadays/FoliaToGo/actions) area.
77

88
These builds may or may not be up-to-date with the latest Folia commits because they run at a certain time every day.
99

@@ -17,10 +17,12 @@ These builds may or may not be up-to-date with the latest Folia commits because
1717

1818
This does not work with the Windows command prompt or PowerShell.
1919

20-
First, clone this repo:
20+
First, clone this repo and go to its directory:
2121

2222
```sh
2323
git clone https://github.com/Slackadays/FoliaToGo
24+
25+
cd FoliaToGo
2426
```
2527

2628
Then run the build script:

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
git clone https://github.com/PaperMC/Folia
4-
git config user.email "[email protected]"
5-
git config user.name "Your Name"
4+
git config --global user.email "[email protected]"
5+
git config --global user.name "Your Name"
66
cd Folia
77
./gradlew applyPatches
88
./gradlew createReobfPaperclipJar

0 commit comments

Comments
 (0)