Skip to content

Commit

Permalink
📃 docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed May 11, 2023
1 parent 8191bdb commit c3d8919
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you like my work, please **Star** this project. And, you may follow me `@sjtu

💖 If you use Mac OS (x86_64), please be aware that the Mac OS (x86_64) build will discontinue anytime because I'm no longer able to build new versions of V8 with my `MacBook Air mid-2012 <https://caoccao.blogspot.com/2021/09/macbook-air-mid-2012-from-lion-to-mojave.html>`_. Please `donate <https://opencollective.com/javet>`_ to support me purchasing a new Mac OS (x86_64) device. Or, if you have a retired Mac OS (x86_64) device and are fine with mailing it to me, that will also be great. Thank you for supporting Javet.

💖 If you use Mac OS (arm64), please be aware that the Mac OS (x86_64) build will discontinue anytime because I'm no longer able to build new versions of V8 because I don't have any Mac OS (arm64) device to produce any new builds. Please `donate <https://opencollective.com/javet>`_ to support me purchasing a new Mac OS (arm64) device.
💖 If you use Mac OS (arm64), I bought an M2 device and now am able to build it.

Major Features
==============
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h1>Javet<a class="headerlink" href="#javet" title="Permalink to this headline">
<p><a class="reference external" href="https://github.com/caoccao/Javet/">Javet</a> is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java.</p>
<p>If you like my work, please <strong>Star</strong> this project. And, you may follow me <a class="reference external" href="https://twitter.com/sjtucaocao">@sjtucaocao</a>, or visit <a class="reference external" href="http://caoccao.blogspot.com/">http://caoccao.blogspot.com/</a>. And the official support channel is at <a class="reference external" href="https://discord.gg/R4vvKU96gw">discord</a>.</p>
<p>💖 If you use Mac OS (x86_64), please be aware that the Mac OS (x86_64) build will discontinue anytime because I'm no longer able to build new versions of V8 with my <a class="reference external" href="https://caoccao.blogspot.com/2021/09/macbook-air-mid-2012-from-lion-to-mojave.html">MacBook Air mid-2012</a>. Please <a class="reference external" href="https://opencollective.com/javet">donate</a> to support me purchasing a new Mac OS (x86_64) device. Or, if you have a retired Mac OS (x86_64) device and are fine with mailing it to me, that will also be great. Thank you for supporting Javet.</p>
<p>💖 If you use Mac OS (arm64), there is no new releases after v2.1.1. That's because I don't have any Mac OS (arm64) device to produce any new builds. Please <a class="reference external" href="https://opencollective.com/javet">donate</a> to support me purchasing a new Mac OS (arm64) device.</p>
<p>💖 If you use Mac OS (arm64), I bought an M2 device and now am able to build it.</p>
</div>
<div class="section" id="major-features">
<h1>Major Features<a class="headerlink" href="#major-features" title="Permalink to this headline"></a></h1>
Expand Down Expand Up @@ -332,23 +332,23 @@ <h3>Maven<a class="headerlink" href="#maven" title="Permalink to this headline">
<span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>com.caoccao.javet<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>javet-macos<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>2.1.1<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;version&gt;</span>2.1.2<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span>
</pre></div>
</div>
</div>
<div class="section" id="gradle-kotlin-dsl">
<h3>Gradle Kotlin DSL<a class="headerlink" href="#gradle-kotlin-dsl" title="Permalink to this headline"></a></h3>
<div class="highlight-kotlin notranslate"><div class="highlight"><pre><span></span><span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet:2.1.2"</span><span class="p">)</span> <span class="c1">// Linux and Windows (x86_64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-macos:2.1.1"</span><span class="p">)</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-macos:2.1.2"</span><span class="p">)</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-android:2.1.2"</span><span class="p">)</span> <span class="c1">// Android (arm, arm64, x86 and x86_64)</span>
</pre></div>
</div>
</div>
<div class="section" id="gradle-groovy-dsl">
<h3>Gradle Groovy DSL<a class="headerlink" href="#gradle-groovy-dsl" title="Permalink to this headline"></a></h3>
<div class="highlight-groovy notranslate"><div class="highlight"><pre><span></span><span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet:2.1.2'</span> <span class="c1">// Linux and Windows (x86_64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-macos:2.1.1'</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-macos:2.1.2'</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-android:2.1.2'</span> <span class="c1">// Android (arm, arm64, x86 and x86_64)</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/tutorial/basic/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,23 +307,23 @@ <h3>Maven<a class="headerlink" href="#maven" title="Permalink to this headline">
<span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>com.caoccao.javet<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>javet-macos<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>2.1.1<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;version&gt;</span>2.1.2<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span>
</pre></div>
</div>
</div>
<div class="section" id="gradle-kotlin-dsl">
<h3>Gradle Kotlin DSL<a class="headerlink" href="#gradle-kotlin-dsl" title="Permalink to this headline"></a></h3>
<div class="highlight-kotlin notranslate"><div class="highlight"><pre><span></span><span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet:2.1.2"</span><span class="p">)</span> <span class="c1">// Linux and Windows (x86_64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-macos:2.1.1"</span><span class="p">)</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-macos:2.1.2"</span><span class="p">)</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span><span class="p">(</span><span class="s">"com.caoccao.javet:javet-android:2.1.2"</span><span class="p">)</span> <span class="c1">// Android (arm, arm64, x86 and x86_64)</span>
</pre></div>
</div>
</div>
<div class="section" id="gradle-groovy-dsl">
<h3>Gradle Groovy DSL<a class="headerlink" href="#gradle-groovy-dsl" title="Permalink to this headline"></a></h3>
<div class="highlight-groovy notranslate"><div class="highlight"><pre><span></span><span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet:2.1.2'</span> <span class="c1">// Linux and Windows (x86_64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-macos:2.1.1'</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-macos:2.1.2'</span> <span class="c1">// Mac OS (x86_64 and arm64)</span>
<span class="n">implementation</span> <span class="s1">'com.caoccao.javet:javet-android:2.1.2'</span> <span class="c1">// Android (arm, arm64, x86 and x86_64)</span>
</pre></div>
</div>
Expand Down

0 comments on commit c3d8919

Please sign in to comment.