Skip to content

Commit 112b8c6

Browse files
committedJan 27, 2025
Update README.MD
1 parent a4051ca commit 112b8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ part = Volume.vopen('MyDiskImage.img', 'r+b', 'partition0')
111111
mkfat.exfat_mkfs(part, part.size)
112112
```
113113

114-
- to order items inside directory tables easily, with GUI and drag support:
114+
- to order items inside directory tables easily, with GUI and drag support (please note: in Linux, this requires Python `tkinter` module previously installed by `sudo apt-get install python3-tk`):
115115
```
116116
fattools reordergui
117117
```

0 commit comments

Comments
 (0)