File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -116,25 +116,31 @@ Contributions are welcome! Feel free to open an issue or submit a pull request i
116
116
117
117
Make sure your request is meaningful and you have tested the app locally before submitting a pull request.
118
118
119
- #### Installing PHP (Linux)
120
-
121
119
Requirements: [ PHP 7.4+] ( https://www.apachefriends.org/index.html )
122
120
121
+ ### Installing PHP
122
+
123
+ #### Linux
124
+
123
125
```
124
126
sudo apt-get install php
125
127
sudo apt-get install php-curl
126
128
```
127
129
130
+ #### Windows
131
+
132
+ Install from [ XAMPP] ( https://www.apachefriends.org/index.html ) or [ php.net] ( https://windows.php.net/download )
133
+
128
134
[ ▶ How to install and run PHP using XAMPP (Windows)] ( https://www.youtube.com/watch?v=K-qXW9ymeYQ )
129
135
130
- #### Clone the repository
136
+ ### Clone the repository
131
137
132
138
```
133
139
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
134
140
cd github-readme-streak-stats
135
141
```
136
142
137
- #### Authorization
143
+ ### Authorization
138
144
139
145
To get the GitHub API to run locally you will need to provide a token.
140
146
You can’t perform that action at this time.
0 commit comments