Skip to content

Commit 12002d3

Browse files
committed
Update readme
1 parent fc59e9d commit 12002d3

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
|Build Type|Build Status|
66
|----------|------------|
77
|Clang 18 and GCC 13 on ubuntu-latest|<a href="https://github.com/NeilJustice/FileRevisor/actions/workflows/linux_build.yml"><img src="https://github.com/NeilJustice/FileRevisor/actions/workflows/linux_build.yml/badge.svg"></a>|
8-
|VS2022 on windows-latest|<a href="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml"><img src="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml/badge.svg"></a>|
8+
|VS2026 on windows-latest|<a href="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml"><img src="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml/badge.svg"></a>|
99
|GCC lcov code coverage|<a href="https://codecov.io/gh/NeilJustice/FileRevisor"><img src="https://codecov.io/gh/NeilJustice/FileRevisor/graph/badge.svg?token=goCObzAYXP"></a>|
1010

1111
FileRevisor is a C++23 command line program for quickly deleting large directories in parallel, renaming files and directories, and replacing text in text files.
@@ -19,8 +19,8 @@ FileRevisor is a C++23 command line program for quickly deleting large directori
1919
* [Linux FileRevisor parallel directory deletion performance](#linux-filerevisor-parallel-directory-deletion-performance)
2020
* [Windows FileRevisor parallel folder deletion performance](#windows-filerevisor-parallel-folder-deletion-performance)
2121
* [Steps to build binary filerevisor from source on Linux with Clang](#steps-to-build-binary-filerevisor-from-source-on-linux-with-clang)
22-
* [Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2022](#steps-to-build-executable-filerevisorexe-from-source-on-windows-with-visual-studio-2022)
23-
* [Thanks to](#thanks-to)
22+
* [Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2026](#steps-to-build-executable-filerevisorexe-from-source-on-windows-with-visual-studio-2026)
23+
* [Acknowledgements](#acknowledgements)
2424

2525
## FileRevisor command line usage
2626

@@ -151,7 +151,7 @@ CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release
151151
sudo cmake --build . --target install
152152
```
153153

154-
## Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2022
154+
## Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2026
155155

156156
```powershell
157157
git clone https://github.com/NeilJustice/FileRevisor
@@ -160,7 +160,6 @@ cmake . -G"Visual Studio 18 2026" -A x64 -DCMAKE_INSTALL_PREFIX=C:\bin
160160
cmake --build . --config Release --target install
161161
```
162162

163-
## Thanks to
163+
## Acknowledgements
164164

165165
<a href="https://brandmark.io">brandmark.io</a> for FileRevisor's logo
166-

0 commit comments

Comments
 (0)