Skip to content

Commit dbb2ba2

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

templates/cli/README.md.twig

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,23 @@ $ cd examples/CLI
131131
$ docker build -t appwrite/cli .
132132
```
133133

134-
4. Install the CLI
135-
* MacOS and Linux
134+
4.1 Install the CLI
136135

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).
136+
MacOS and Linux
137+
138+
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
139+
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.sh#L119-L123).
139140

140141
You can now install the CLI using
141142
```sh
142143
$ chmod +x install.sh
143144
$ ./install.sh
144145
```
145146

146-
* Windows
147+
Windows
147148

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)
149+
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
150+
comment [these lines](https://github.com/appwrite/sdk-for-cli/blob/master/install.ps1#L85-L89)
150151

151152
You can now install the CLI using
152153
```sh

0 commit comments

Comments
 (0)