Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixes confusing and inaccurate install instructions #15

Merged
merged 1 commit into from
Nov 9, 2023
Merged
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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ This playground doesn't include any PHP best practices but rather intended to sh
### Installation
1. Clone this repository.
2. cd into to repository.
3. Open the app.php file found in the root of the cloned repository.
4. Copy the project_id, endpoint, secret key from your Appwrite Console.
4. Update project_id, endpoint, secret key by copied from the console in global.inc.php file where stated.
5. Install dependencies using composer (`composer install`).
5. Execute the command `php app.php`
3. Copy the project_id, endpoint, and secret key from your Appwrite Console into the global.inc.php file.
4. Install dependencies using composer (`composer install`).
5. Execute the command `php playground.php`
6. You will see the JSON response in the console.

### API Covered in Playground.
Expand Down