Skip to content

Commit 6c32fcd

Browse files
committed
2 parents 3264e86 + 9321cc9 commit 6c32fcd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ This cross-platform app sweeps a folder or drive and displays the size of each i
55
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.
66
Similar to [WinDirStat](https://windirstat.net/), but lighter, faster, and uses a background thread.
77

8-
Visit [here](https://github.com/Ravbug/FatFileFinder) to use the legacy Windows-only version.
9-
108
## How to Install
119
1. Ensure your system meets the minimum requirements:
1210
- 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
1412
- 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.
1716
- Recommended locations:
1817
- macOS: `/Applications`
1918
- Windows: `\Program Files`
2019
- Linux: `/usr/bin`
21-
2. Run the program by double-clicking it.
20+
5. Run the program by double-clicking it.
2221

2322
## How to Size a Folder
2423
1. Click the folder button (📁) in the toolbar to choose a folder or drive.

0 commit comments

Comments
 (0)