Skip to content

Commit

Permalink
fix: πŸ› recreate config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 19, 2023
1 parent b9b24c3 commit 6bcdc0c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions references/Lightning CLI/update-cli-from-source-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,20 @@ Depending on how you control the system, this might need **sudo**.
sudo rm -rf ~/.lightning/data
```

## Update the `config.toml`

Remove the `~/.lightning/config.toml`.

```sh
rm ~/.lightning/config.toml
```

Create a new `config.toml`

```sh
lgtn print-config --default > ~/.lightning/config.toml
```

## Update the `config.toml` with user home path

<FindAndReplaceConfigWithUserPaths />
Expand Down

0 comments on commit 6bcdc0c

Please sign in to comment.