Skip to content

Commit

Permalink
small formatting errors corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 1, 2024
1 parent 2b2475b commit 44998e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!!! warning "Important Note"
This section shows how to customize klipper-backup according to your needs. certain things like adding the token are already queried by the installation script and automatically inserted if necessary!
!!! note
This section shows how to customize klipper-backup according to your needs. Certain things like adding the token are already queried by the installation script and automatically inserted if necessary!

## .env
Now you need your [GitHub token](installation.md#create-github-token).
Expand Down Expand Up @@ -84,4 +84,5 @@ A small `nano` YouTube tutorial can be found [here](https://youtu.be/mE2YghYpBBE
In case you get an error message like `-sh: nano: not found` you should install `nano`: `sudo apt install nano`

If you have installed klipper-backup with the `install.sh` script, you should be finished with everything at this point. **Reminder**: You can install features at anytime automatically by running `install.sh` again, so there is no need to do it manually!

In case you want to do it manually for some reason: Next: [The update section](updating.md)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This documentation provides a complete step-by-step guide to set up [klipper-backup 💾](https://github.com/Staubgeborener/klipper-backup). This guide is specified for the implementation on a Unix system.

## Getting started
To get started with Klipper-Backup, please jump to [Getting Started Guide](installation.md) to see detailed instructions.
To get started with Klipper-Backup, please jump to the [installation section](installation.md) to see detailed instructions.

## Features
- The script does the most complex work in the background automatically
Expand Down

0 comments on commit 44998e4

Please sign in to comment.