You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,19 @@ This cross-platform app sweeps a folder or drive and displays the size of each i
5
5
This version is a rewrite of my [Windows-only version](https://github.com/Ravbug/FatFileFinder) in C++, using the [wxWidgets](https://www.wxwidgets.org) library for GUI.
6
6
Similar to [WinDirStat](https://windirstat.net/), but lighter, faster, and uses a background thread.
7
7
8
-
Visit [here](https://github.com/Ravbug/FatFileFinder) to use the legacy Windows-only version.
9
-
10
8
## How to Install
11
9
1. Ensure your system meets the minimum requirements:
12
10
- macOS 10.15 or higher (I cannot support 10.14 or lower because of unsupported STL features, sorry!)
13
-
- Windows 8 or higher (Windows 7 and lower are untested)
11
+
- Windows 10 or higher
14
12
- 64 bit linux with GTK+ (32 bit users must compile their own copy)
15
-
1. Download the executable from the [releases](https://github.com/Ravbug/FatFileFinderCPP/releases/latest) tab.
16
-
2. The program is a self-contained executable. Store it anywhere on your disk.
13
+
2. Download the executable from the [releases](https://github.com/Ravbug/FatFileFinderCPP/releases/latest) tab
14
+
- To download the latest beta build, visit the [Actions](https://github.com/Ravbug/FatFileFinderCPP/actions/workflows/build.yml) tab.
15
+
4. The program is a self-contained executable. Store it anywhere on your disk.
17
16
- Recommended locations:
18
17
- macOS: `/Applications`
19
18
- Windows: `\Program Files`
20
19
- Linux: `/usr/bin`
21
-
2. Run the program by double-clicking it.
20
+
5. Run the program by double-clicking it.
22
21
23
22
## How to Size a Folder
24
23
1. Click the folder button (📁) in the toolbar to choose a folder or drive.
0 commit comments