Skip to content

Commit ed12c55

Browse files
Merge pull request appwrite#668 from appwrite/doc-improve-cli-sdk-readme
2 parents 135b6c1 + 230304d commit ed12c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/README.md.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ cd sdk-generator
9595
$ docker run --rm --interactive --tty --volume "$(pwd)":/app composer install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
9696

9797
# Generate the SDKs
98-
$ docker run --rm -v $(pwd):/app -w /app php:7.4-cli php example.php
98+
$ docker run --rm -v $(pwd):/app -w /app php:8.1-cli php example.php
9999
```
100100

101101
3. Head over to the generated SDK and install the dependencies.
@@ -115,4 +115,4 @@ $ {{ language.params.executableName|caseLower }} -v
115115
```
116116
## License
117117

118-
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.
118+
Please see the [{{spec.licenseName}} license]({{spec.licenseURL}}) file for more information.

0 commit comments

Comments
 (0)