Skip to content

Commit

Permalink
add paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed Jan 31, 2024
1 parent 8b1e00a commit c439d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ By default, the `.env` file and the `secrets.conf` are included in the `.gitigno
## How can I edit files in terminal?

So let's say you want to use `nano` as your editor of choice (you can use whatever editor you want, for example `vi`, `nvim`, `emacs`, etc) to edit the `.env` file with your personal information:

1. Move into the `klipper-backup` directory: `cd ~/klipper-backup`
2. Check if there is a hidden `.env` file inside this directory: `ls -la`
3. Edit `.env` content with `nano`: `nano .env`
Expand Down

0 comments on commit c439d97

Please sign in to comment.