From 028acd3db750724c18e2d58470ff1f82ae00156a Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Wed, 25 Sep 2024 17:23:05 +0200 Subject: [PATCH] Update installation.md --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 10731b6..3dbd76e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -26,7 +26,7 @@ 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 and click 2. `Settings` → `Developer settings` → `Personal access tokens` → `Fine-grained tokens` → `Generate new token` -3. +3. Use the following settings: ``` Token name: whatever your feel like Only select repositories: Your backup repository which you created at step "Prepare GitHub repository" @@ -34,7 +34,7 @@ The most important part in the next window is here to give the repository a name Administration: Read and write Commit statuses: Read and write ``` -5. Click `Generate new token` +4. Click `Generate new token` Copy the new token, you will need this later.