Skip to content

Commit

Permalink
chore: fix indentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Feb 20, 2025
1 parent f25b3ca commit 1e571a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
done
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/.output/public

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Built with Go, Backrest is distributed as a standalone, lightweight binary with

- **Web Interface**: Access locally or remotely (perfect for NAS deployments)
- **Multi-Platform Support**:
- Linux
- macOS
- Windows
- FreeBSD
- Linux
- macOS
- Windows
- FreeBSD
- [Docker](https://hub.docker.com/r/garethgeorge/backrest)
- **Backup Management**:
- Import existing restic repositories
Expand All @@ -39,7 +39,7 @@ Built with Go, Backrest is distributed as a standalone, lightweight binary with
- Configurable notifications (Discord, Slack, Shoutrrr, Gotify, Healthchecks)
- Pre/post backup command hooks to execute shell scripts
- **Storage Options**:
- Compatible with rclone remotes
- Compatible with rclone remotes
- Supports all restic storage backends (S3, B2, Azure, GCS, local, SFTP, and [all rclone remotes](https://rclone.org/))

---
Expand Down

0 comments on commit 1e571a4

Please sign in to comment.