Skip to content

Commit f346614

Browse files
committed
Add MacOS Support.
1 parent 888b6ec commit f346614

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

content/jailbreaking/SpringBreak/__index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ You can read the writeup [here](https://penguins184.xyz/blog/springbreak-jailbre
4343
<p class="note">
4444
<b>Filler files may make this process FAIL.</b> This process creates thousands of nested folders to work on your Kindle, if there is not enough space it won't work! Preferably, leave more space and don't use Wi-Fi. Also, do it fast.
4545
</p>
46-
<p class="warning">
47-
Use MacOS? You will have to compile the binaries <a href="https://github.com/KindleModding/SpringBreak#build">from source</a>. We strongly advise against using MacOS for ease-of-use and due to compatibility issues.
48-
</p>
4946
</div>
5047
</div>
5148
<div class="step">
@@ -93,6 +90,10 @@ You can read the writeup [here](https://penguins184.xyz/blog/springbreak-jailbre
9390
<p class="version-label">Linux:</p>
9491
<p><code>chmod +x ./springbreak-linux && ./springbreak-linux</code></p>
9592
</div>
93+
<div class="version-block">
94+
<p class="version-label">MacOS:</p>
95+
<p>Run this whole snippet in a terminal: <code style="text-wrap: wrap; overflow-wrap: anywhere;">curl -L https://github.com/KindleModding/SpringBreak/releases/latest/download/springbreak.zip -o springbreak.zip && unzip springbreak.zip && cd springbreak && chmod +x ./springbreak-darwin && ./springbreak-darwin</code></p>
96+
</div>
9697
</div>
9798
</div>
9899
<div class="step">

0 commit comments

Comments
 (0)