Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das authored Oct 14, 2024
1 parent 94ac997 commit e068907
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,20 @@ https://collect-your-gamingtools.netlify.app/
## 🛠️ Installation
#### To get started, simply clone the repository and open it in your browser:

1. git clone `https://github.com/swaraj-das/Collect-your-GamingTools.git`

2. Then, open the `index.html` file in your browser, and you’re good to go!
1. Clone the repository:
```bash
git clone https://github.com/swaraj-das/Collect-your-GamingTools.git
```
2. Navigate to the project directory:
```bash
cd Collect-your-GamingTools
```
3. Open the `index.html` file in your browser:
```bash
open index.html # On macOS
start index.html # On Windows
xdg-open index.html # On Linux
```


## 🤝 Contributing
Expand Down

0 comments on commit e068907

Please sign in to comment.