Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update update-node.html v2.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeProtocol authored May 11, 2024
1 parent 862783e commit d80711f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/update-node.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,19 +418,19 @@ <h5>Important</h5>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#win4" role="button" aria-expanded="false" aria-controls="win4">Windows</a>
<div class="multi-collapse collapse" id="win4" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">curl https://github.com/DogeProtocol/go-dp/releases/download/v2.0.27/dp-release-windows-v2.0.27.zip -o dp-release-windows-v2.0.27.zip</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">curl https://github.com/DogeProtocol/go-dp/releases/download/v2.0.33/dp-release-windows-v2.0.33.zip -o dp-release-windows-v2.0.33.zip</code></pre>
</div>
</div>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#mac4" role="button" aria-expanded="false" aria-controls="mac4">Mac</a>
<div class="multi-collapse collapse" id="mac4" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">curl -Lo dp-release-mac-v2.0.27.tar.gz https://github.com/DogeProtocol/go-dp/releases/download/v2.0.27/dp-release-mac-v2.0.27.tar.gz</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">curl -Lo dp-release-mac-v2.0.33.tar.gz https://github.com/DogeProtocol/go-dp/releases/download/v2.0.33/dp-release-mac-v2.0.33.tar.gz</code></pre>
</div>
</div>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#lin4" role="button" aria-expanded="false" aria-controls="lin4">Linux</a>
<div class="multi-collapse collapse" id="lin4" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">curl -Lo dp-release-ubuntu-v2.0.27.tar.gz https://github.com/DogeProtocol/go-dp/releases/download/v2.0.27/dp-release-ubuntu-v2.0.27.tar.gz</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">curl -Lo dp-release-ubuntu-v2.0.33.tar.gz https://github.com/DogeProtocol/go-dp/releases/download/v2.0.33/dp-release-ubuntu-v2.0.33.tar.gz</code></pre>
</div>
</div>
</div>
Expand All @@ -445,19 +445,19 @@ <h5>Important</h5>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#win5" role="button" aria-expanded="false" aria-controls="win5">Windows</a>
<div class="multi-collapse collapse" id="win5" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">Expand-Archive -Path dp-release-windows-v2.0.27.zip -DestinationPath c:\ -Force</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">Expand-Archive -Path dp-release-windows-v2.0.33.zip -DestinationPath c:\ -Force</code></pre>
</div>
</div>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#mac5" role="button" aria-expanded="false" aria-controls="mac5">Mac</a>
<div class="multi-collapse collapse" id="mac5" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">tar -xzvf dp-release-mac-v2.0.27.tar.gz</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">tar -xzvf dp-release-mac-v2.0.33.tar.gz</code></pre>
</div>
</div>
<a class="toggle_btn mt-1 collapsed" data-toggle="collapse" href="#lin5" role="button" aria-expanded="false" aria-controls="lin5">Linux</a>
<div class="multi-collapse collapse" id="lin5" style="">
<div class="card card-body toggle_body">
<pre class="language-html"><code class="language-html" data-lang="html">tar -xzvf dp-release-ubuntu-v2.0.27.tar.gz</code></pre>
<pre class="language-html"><code class="language-html" data-lang="html">tar -xzvf dp-release-ubuntu-v2.0.33.tar.gz</code></pre>
</div>
</div>
</div>
Expand Down

0 comments on commit d80711f

Please sign in to comment.