diff --git a/README.md b/README.md
index 3a891b3..6a0917a 100644
--- a/README.md
+++ b/README.md
@@ -2,29 +2,12 @@
- 👉 DEMO 👈 -
-- (My own feed generated daily with Github Actions) + 👉 DEMO 👈 (My own feed generated daily with Github Actions)
## Run -1) Make sure you have Java installed. - -Debian/Ubuntu - -``` sh -sudo apt install default-jre -``` - -Mac OS - -``` sh -brew install java -``` - -2) Create a file `config.yaml` with the following content. You can also use `config.yaml.example` as a base config and change it to fit your needs. +1) Create a file `config.yaml` with the following content. You can also use `config.yaml.example` as a base config and change it to fit your needs. ``` yaml title: RSSPaper @@ -40,12 +23,12 @@ feeds: - https://republicaweb.es/feed/ ``` -3) Download the latest version of RSSpaper (`rsspaper-{version}-standalone.jar`). +2) Download the latest version of RSSpaper (`rsspaper-{version}-standalone.jar`). https://github.com/tanrax/RSSpaper/releases -4) Now you can execute. +3) Now you can execute. ```sh java -jar rsspaper-{version}-standalone.jar @@ -54,10 +37,3 @@ java -jar rsspaper-{version}-standalone.jar Great 🎉. You already have your 📰 own Static RSS Newspaper 📰. That's it, now you just have to open `dist/index.html`. - -## Testing - -``` sh -lein check-idiomatic -lein check-format -```