Skip to content

Commit 17ae528

Browse files
committed
feat: improve CLI development docs
1 parent 017d38f commit 17ae528

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

templates/cli/README.md.twig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ $ docker build -t appwrite/cli .
133133

134134
4. Install the CLI
135135
* MacOS and Linux
136-
Open `install.sh` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L33) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
137-
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L119-L123).
136+
137+
Open `install.sh` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L33) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
138+
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L119-L123).
138139

139140
You can now install the CLI using
140141
```sh
@@ -143,8 +144,9 @@ $ ./install.sh
143144
```
144145

145146
* Windows
146-
Open `install.ps1` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L28) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
147-
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L85-L89)
147+
148+
Open `install.ps1` and change [this line](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L28) to `APPWRITE_CLI_IMAGE_VERSION=latest` and
149+
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L85-L89)
148150

149151
You can now install the CLI using
150152
```sh

0 commit comments

Comments
 (0)