Skip to content

Commit

Permalink
release: update README.md to cover config file deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Jan 30, 2025
1 parent 2f4bded commit d2cf571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ On Linux and macOS;

```bash
rm /usr/local/bin/tlm
rm ~/.tlm.yml
```

On Windows;

```powershell
Remove-Item -Recurse -Force "C:\Users\$env:USERNAME\AppData\Local\Programs\tlm"
Remove-Item -Force "$HOME\.tlm.yml"
```

## Contributors
Expand Down

0 comments on commit d2cf571

Please sign in to comment.