Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ brew install --HEAD appwrite
or terminal

```sh
curl -sL https://appwrite.io/cli/install.sh | bash
curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash
```
{% /tabsitem %}

{% tabsitem #windows title="Windows" %}
```sh
iwr -useb https://appwrite.io/cli/install.ps1 | iex
iwr -useb https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.ps1 | iex
```
{% /tabsitem %}

{% tabsitem #linux title="Linux" %}
```sh
curl -sL https://appwrite.io/cli/install.sh | bash
curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash
```
{% /tabsitem %}
{% /tabs %}
Expand Down Expand Up @@ -180,4 +180,4 @@ $APPWRITE_CONFIG_DIR = Join-Path -Path $env:UserProfile -ChildPath ".appwrite";
rm -rf ~/.appwrite | bash
```
{% /tabsitem %}
{% /tabs %}
{% /tabs %}