diff --git a/docs/configuration.md b/docs/configuration.md index 14347b1..6a25aa8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,5 +1,5 @@ !!! 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! + 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). @@ -80,6 +80,6 @@ A small `nano` YouTube tutorial can be found [here](https://youtu.be/mE2YghYpBBE !!! warning "Important Note" 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! +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) diff --git a/docs/installation.md b/docs/installation.md index 9d049cb..38db39c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,9 +25,9 @@ The most important part in the next window is here to give the repository a name ## Create GitHub token 1. In GitHub, click on the profile in the upper right corner -2. click `Settings` -3. click `Developer settings` -4. click `Personal access tokens` (you can choose a classic token or a fine-grained token, doesn't really matter) +2. Click `Settings` +3. Click `Developer settings` +4. Click `Personal access tokens` (you can choose a classic token or a fine-grained token, doesn't really matter) 5. `Generate new token` Copy the new token, you will need this later. diff --git a/docs/updating.md b/docs/updating.md index 26249ad..4b0e6be 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -19,7 +19,7 @@ primary_branch: main If the script is executed (e.g. with `./script.sh`) and a new update is available, you will be notified with the following message > NEW klipper-backup version available! -To pull the update navigate to the klipper-backup folder and run `git pull`: +To pull the update navigate to the Klipper-Backup folder and run `git pull`: ```shell cd ~/klipper-backup && git pull ```