Skip to content

Commit 18a7d8b

Browse files
authored
Redirect curl output and make file executable in README.md
1 parent fbeae15 commit 18a7d8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ https://github.com/user-attachments/assets/2ccb1782-1d85-499c-ba09-3be94c34a591
2828
1. Or download the script and put it in your `$PATH`:
2929

3030
```bash
31-
curl -sL https://raw.githubusercontent.com/hellt/markdown-footnote-sorter/main/fnsort.py
31+
curl -sL https://raw.githubusercontent.com/hellt/markdown-footnote-sorter/main/fnsort.py > fnsort.py
32+
33+
chmod u+x fnsort.py
3234
3335
fnsort.py path/to/doc.md
3436
```

0 commit comments

Comments
 (0)