File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,25 @@ These builds may or may not be up-to-date with the latest Folia commits because
9
9
10
10
<h1 >
11
11
<p align =" center " >
12
- <a href =" https://nightly.link/Slackadays/FoliaToGo/workflows/folia/main/FoliaToGo " ><code >Download the latest build</code ></a >
12
+ <a href =" https://nightly.link/Slackadays/FoliaToGo/workflows/folia/main/FoliaToGo " ><code >▶️ Download the latest build</code ></a >
13
13
</p >
14
14
</h1 >
15
15
16
16
## Run It Locally
17
17
18
- This does not work with the Windows command prompt or PowerShell.
19
-
20
- First, clone this repo and go to its directory:
18
+ This method does not work with the Windows command prompt or PowerShell.
21
19
20
+ First, clone this repo:
22
21
``` sh
23
22
git clone https://github.com/Slackadays/FoliaToGo
23
+ ```
24
24
25
+ Now go to its directory:
26
+ ``` sh
25
27
cd FoliaToGo
26
28
```
27
29
28
30
Then run the build script:
29
-
30
31
``` sh
31
32
sh build.sh
32
33
```
You can’t perform that action at this time.
0 commit comments