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

Commit 3425201

Browse files
Merge pull request #152 from appwrite/docs-hide-windows-cli
Uncomments windows install
2 parents c44d018 + 885eb7f commit 3425201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/docs/command-line.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ $ brew install --HEAD appwrite</code></pre>
3232
<pre class="line-numbers"><code class="prism language-bash" data-prism>curl -sL <?php echo $this->getParam('home'); ?>/cli/install.sh | bash</code></pre>
3333
</div>
3434
</li>
35-
<!--
35+
3636
<li>
3737
<h4>Windows</h4>
3838
<div class="ide margin-bottom" data-lang="powershell" data-lang-label="PowerShell">
3939
<pre class="line-numbers"><code class="prism language-powershell" data-prism>iwr -useb <?php echo $this->getParam('home'); ?>/cli/install.ps1 | iex</code></pre>
4040
</div>
4141
</li>
42-
-->
42+
4343
<li>
4444
<h4>Linux</h4>
4545
<div class="ide margin-bottom" data-lang="bash" data-lang-label="Bash">

0 commit comments

Comments
 (0)