Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xylecrack authored Apr 16, 2024
1 parent 43d8c72 commit de79fa2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,26 @@ The Pokemon and Trivia Quiz Game is designed to entertain users by challenging t

To run this project locally, follow these steps:

```bash
bash
# Clone the repository to your local machine
git clone https://github.com/your-username/pokemon-trivia-quiz.git

# Navigate to the project directory
cd pokemon-trivia-quiz
```bash
cd Ap-miniproject
```

# Install any necessary dependencies
```
npm install
```

# Start the game
```
node index.js
```

Follow the on-screen instructions to choose between the Pokemon Quiz and Trivia Quiz modes and answer the questions.

Additional Information
For additional information or support, contact [email protected]
For additional information or support, contact

Now, users can copy the entire block and execute the commands directly. Let me know if there's anything else you need!

0 comments on commit de79fa2

Please sign in to comment.