Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #19 from RivoLink/docs/uninstall-guides

docs: uninstall guides

authored by

Rivo Link and committed by
GitHub
0abcc243 260a0c6a

+14
+14
README.md
··· 165 165 ```powershell 166 166 irm https://raw.githubusercontent.com/RivoLink/leaf/main/scripts/install.ps1 | iex 167 167 ``` 168 + 169 + ## Uninstall 170 + 171 + macOS / Linux / Android / Termux: 172 + 173 + ```bash 174 + rm -f ~/.local/bin/leaf 175 + ``` 176 + 177 + Windows: 178 + 179 + ```powershell 180 + Remove-Item "$env:LOCALAPPDATA\Programs\leaf\leaf.exe" -Force 181 + ```