Update README.md
This commit is contained in:
parent
63f74932c5
commit
1cb66fb794
20
README.md
20
README.md
@ -1,3 +1,9 @@
|
|||||||
|
# Calculate WordPress usage worldwide
|
||||||
|
|
||||||
|
The following script will analyze the list of the first million domains with the most visits to give you the percentage of use.
|
||||||
|
|
||||||
|
Warning that it can take a long time: between 20 to 30 days.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
To run it you'll need either 2Gb of RAM or a swap file of the same size.
|
To run it you'll need either 2Gb of RAM or a swap file of the same size.
|
||||||
@ -19,3 +25,17 @@ make prepare
|
|||||||
``` sh
|
``` sh
|
||||||
make run
|
make run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
When all the CSV sites are analyzed, you can see the final figure by running the following script
|
||||||
|
|
||||||
|
## Calculate percentage
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
bash calculate-percentage.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## Historical
|
||||||
|
|
||||||
|
### 2019
|
||||||
|
|
||||||
|
19%
|
||||||
|
Loading…
Reference in New Issue
Block a user