Skip to content

Commit 6fe5d04

Browse files
authored
docs(README): update test os, fix format (#8)
1 parent 7c447c6 commit 6fe5d04

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,23 @@ But, with the alias, it can prevent you in case of autocomplete from shell histo
1313
_Keys_,
1414

1515
- Written in shell script, no dependencies.
16-
- Saves files in `~/.local/share/Trash` and mounted volume on in `/.Trash-$(id-u)` which persists across reboots.
17-
- Tested on macOS 15.5+
18-
- Tested on zsh
16+
- Files save in `~/.local/share/Trash` and mounted volume files save in `/.Trash-$(id-u)` - they persist across reboots.
17+
- Tested on zsh.
18+
- Tested on:
19+
- macOS 15.5+
20+
- Linux arch-linux 6.17.1-2-cachyos.
1921

2022
# Demo
2123

2224
![demo.gif](./docs/demo.gif)
2325

2426
# Install
2527

26-
Via curl,
28+
Via curl:
2729

2830
`curl -fsSL https://raw.githubusercontent.com/zdk/rm-safely/main/rm-safely | bash -s install`
2931

30-
Or via homebrew,
32+
Via homebrew:
3133

3234
```bash
3335
brew install zdk/tools/rm-safely

0 commit comments

Comments
 (0)