calculate-wordpress-usage/README.md
2019-10-23 19:50:50 +02:00

22 lines
225 B
Markdown

## Requirements
To run it you'll need either 2Gb of RAM or a swap file of the same size.
## Install
``` sh
sudo apt install clojure leiningen wget make
```
## Prepare
``` sh
make prepare
```
## Run
``` sh
make run
```