Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 11, 2024
1 parent 76d37be commit 83669d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 83669d1

Please sign in to comment.