Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Uncomments windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
wess committed Mar 4, 2022
1 parent a9d10fe commit 885eb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/docs/command-line.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ $ brew install --HEAD appwrite</code></pre>
<pre class="line-numbers"><code class="prism language-bash" data-prism>curl -sL <?php echo $this->getParam('home'); ?>/cli/install.sh | bash</code></pre>
</div>
</li>
<!--

<li>
<h4>Windows</h4>
<div class="ide margin-bottom" data-lang="powershell" data-lang-label="PowerShell">
<pre class="line-numbers"><code class="prism language-powershell" data-prism>iwr -useb <?php echo $this->getParam('home'); ?>/cli/install.ps1 | iex</code></pre>
</div>
</li>
-->

<li>
<h4>Linux</h4>
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">
Expand Down

0 comments on commit 885eb7f

Please sign in to comment.