Skip to content

Commit ea7480a

Browse files
authored
📥 Simplified installation instructions
1 parent 5aaa812 commit ea7480a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,25 +116,31 @@ Contributions are welcome! Feel free to open an issue or submit a pull request i
116116

117117
Make sure your request is meaningful and you have tested the app locally before submitting a pull request.
118118

119-
#### Installing PHP (Linux)
120-
121119
Requirements: [PHP 7.4+](https://www.apachefriends.org/index.html)
122120

121+
### Installing PHP
122+
123+
#### Linux
124+
123125
```
124126
sudo apt-get install php
125127
sudo apt-get install php-curl
126128
```
127129

130+
#### Windows
131+
132+
Install from [XAMPP](https://www.apachefriends.org/index.html) or [php.net](https://windows.php.net/download)
133+
128134
[▶ How to install and run PHP using XAMPP (Windows)](https://www.youtube.com/watch?v=K-qXW9ymeYQ)
129135

130-
#### Clone the repository
136+
### Clone the repository
131137

132138
```
133139
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
134140
cd github-readme-streak-stats
135141
```
136142

137-
#### Authorization
143+
### Authorization
138144

139145
To get the GitHub API to run locally you will need to provide a token.
140146

0 commit comments

Comments
 (0)