Skip to content

Commit

Permalink
Merge pull request #668 from appwrite/doc-improve-cli-sdk-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Jun 15, 2023
2 parents 135b6c1 + 230304d commit ed12c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cli/README.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ cd sdk-generator
$ docker run --rm --interactive --tty --volume "$(pwd)":/app composer install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist

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

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

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

0 comments on commit ed12c55

Please sign in to comment.