From 8a91919427d496d33d0188cd6f0a353cd67d780c Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 20 Jul 2021 00:24:32 +0200 Subject: [PATCH] Update README.md --- README.md | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 3a891b3..6a0917a 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,12 @@ RSSpaper logo

- 👉 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 -```