We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbeae15 commit 18a7d8bCopy full SHA for 18a7d8b
README.md
@@ -28,7 +28,9 @@ https://github.com/user-attachments/assets/2ccb1782-1d85-499c-ba09-3be94c34a591
28
1. Or download the script and put it in your `$PATH`:
29
30
```bash
31
- curl -sL https://raw.githubusercontent.com/hellt/markdown-footnote-sorter/main/fnsort.py
+ curl -sL https://raw.githubusercontent.com/hellt/markdown-footnote-sorter/main/fnsort.py > fnsort.py
32
+
33
+ chmod u+x fnsort.py
34
35
fnsort.py path/to/doc.md
36
```
0 commit comments