Skip to content

Commit d3da31c

Browse files
authored
Fix installation path for man page in README
1 parent 095319b commit d3da31c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2533,7 +2533,7 @@ Signal arrives → `TRAP_SIGNAL` set → main loop checks flag → looks up hand
25332533
A full man page is included at `ctx.1`. Install with:
25342534

25352535
```sh
2536-
install -Dm644 ctx.1 /usr/share/man/man1/ctx.1
2536+
install -Dm644 ctx.1 /system/share/man/man1/ctx.1
25372537
```
25382538

25392539
Or view directly:

0 commit comments

Comments
 (0)