Skip to content

Commit

Permalink
installation.md add cd ~ in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Mar 2, 2024
1 parent 0453caa commit 0c09b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Copy the new token, you will need this later.

## Install klipper-backup
```shell
git clone https://github.com/Staubgeborener/klipper-backup.git && chmod +x ./klipper-backup/script.sh && cp ./klipper-backup/.env.example ./klipper-backup/.env
cd ~ && git clone https://github.com/Staubgeborener/klipper-backup.git && chmod +x ./klipper-backup/script.sh && cp ./klipper-backup/.env.example ./klipper-backup/.env
```

[Now edit your `.env` file](configuration.md).

0 comments on commit 0c09b31

Please sign in to comment.