docs: fix markdownlint issue md040/fenced-code-language

This commit is contained in:
albertony
2025-07-21 20:23:16 +02:00
parent 667ad093eb
commit 1c26f40078
11 changed files with 252 additions and 249 deletions
+6 -6
View File
@@ -51,13 +51,13 @@ signatures on the release.
To install rclone on Linux/macOS/BSD systems, run:
```
```sh
sudo -v ; curl https://rclone.org/install.sh | sudo bash
```
For beta installation, run:
```
```sh
sudo -v ; curl https://rclone.org/install.sh | sudo bash -s beta
```
@@ -69,13 +69,13 @@ won't re-download if not needed.
[Beta releases](https://beta.rclone.org) are generated from each commit
to master. Note these are named like
```
```text
{Version Tag}.beta.{Commit Number}.{Git Commit Hash}
```
e.g.
```
```text
v1.53.0-beta.4677.b657a2204
```
@@ -87,13 +87,13 @@ and will normally be at the end of the list.
Some beta releases may have a branch name also:
```
```text
{Version Tag}-beta.{Commit Number}.{Git Commit Hash}.{Branch Name}
```
e.g.
```
```text
v1.53.0-beta.4677.b657a2204.semver
```