diff options
| author | 2022-05-07 16:28:28 +0400 | |
|---|---|---|
| committer | 2022-05-07 14:28:28 +0200 | |
| commit | d8ccb5800c99f1fd4195c33ac396848ae8dd8165 (patch) | |
| tree | f38014264c82c0290e8f4ec43304885d40962627 | |
| parent | ae097f5bd82aa24ea19cca72ac9d1594b0dcaec0 (diff) | |
Fix Docker button, add PikaPods as automated install option (#4351)
* Fix Docker icon, add PikaPods install option
* Use same button size
* Force button refresh
* French version
* Docker logo
* Remove image
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | .markdownlint.json | 2 | ||||
| -rw-r--r-- | README.fr.md | 3 | ||||
| -rw-r--r-- | README.md | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.markdownlint.json b/.markdownlint.json index c6961a7d6..8cb46382f 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -6,7 +6,7 @@ "line-length": false, "no-hard-tabs": false, "no-inline-html": { - "allowed_elements": ["br", "kbd"] + "allowed_elements": ["br", "img", "kbd"] }, "no-multiple-blanks": { "maximum": 2 diff --git a/README.fr.md b/README.fr.md index bb3314550..ef1c6b31a 100644 --- a/README.fr.md +++ b/README.fr.md @@ -65,9 +65,10 @@ Si vous voulez une publication continue (rolling release) avec les dernières no ## Installation automatisée -* [](./Docker/) +* [<img src="https://www.docker.com/wp-content/uploads/2022/03/horizontal-logo-monochromatic-white.png" width="200" alt="Docker" />](./Docker/) * [](https://install-app.yunohost.org/?app=freshrss) * [](https://cloudron.io/button.html?app=org.freshrss.cloudronapp) +* [](https://www.pikapods.com/pods?run=freshrss) ## Installation manuelle @@ -65,9 +65,10 @@ If you want a rolling release with the newest features, or want to help testing ## Automated install -* [](./Docker/) +* [<img src="https://www.docker.com/wp-content/uploads/2022/03/horizontal-logo-monochromatic-white.png" width="200" alt="Docker" />](./Docker/) * [](https://install-app.yunohost.org/?app=freshrss) * [](https://cloudron.io/button.html?app=org.freshrss.cloudronapp) +* [](https://www.pikapods.com/pods?run=freshrss) ## Manual install |
