Skip to content

Commit fbceb4d

Browse files
committed
Update readme
1 parent 740b85d commit fbceb4d

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
@@ -3,7 +3,7 @@
33
|Build Type|Build Status|
44
|----------|------------|
55
|Clang 18 and GCC 13 on ubuntu-latest|<a href="https://github.com/NeilJustice/FileArb/actions/workflows/linux_build.yml"><img src="https://github.com/NeilJustice/FileArb/actions/workflows/linux_build.yml/badge.svg"></a>|
6-
|VS2022 on windows-latest|<a href="https://github.com/NeilJustice/FileArb/actions/workflows/windows_build.yml"><img src="https://github.com/NeilJustice/FileArb/actions/workflows/windows_build.yml/badge.svg"></a>|
6+
|VS2026 on windows-latest|<a href="https://github.com/NeilJustice/FileArb/actions/workflows/windows_build.yml"><img src="https://github.com/NeilJustice/FileArb/actions/workflows/windows_build.yml/badge.svg"></a>|
77
|GCC lcov code coverage|<a href="https://codecov.io/gh/NeilJustice/FileArb"><img src="https://codecov.io/gh/NeilJustice/FileArb/branch/master/graph/badge.svg?token=khcIKQTiuu"></a>|
88

99
FileArb is a C++23 command line program for quickly creating in parallel an arbitrary number of arbitrarily large text files or binary files.
@@ -21,8 +21,8 @@ Three use cases for FileArb:
2121
* [create-text-file](#create-text-file)
2222
* [create-text-files](#create-text-files)
2323
* [Steps to build binary filearb on Linux with Clang](#steps-to-build-binary-filearb-on-linux-with-clang)
24-
* [Steps to build executable FileArb.exe on Windows with Visual Studio 2022](#steps-to-build-executable-filearbexe-on-windows-with-visual-studio-2022)
25-
* [Thanks to](#thanks-to)
24+
* [Steps to build executable FileArb.exe on Windows with Visual Studio 2026](#steps-to-build-executable-filearbexe-on-windows-with-visual-studio-2026)
25+
* [Acknowledgements](#acknowledgements)
2626

2727
## FileArb command line usage
2828

@@ -156,7 +156,7 @@ CXX=clang++ cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo
156156
sudo cmake --build . --target install
157157
```
158158

159-
## Steps to build executable FileArb.exe on Windows with Visual Studio 2022
159+
## Steps to build executable FileArb.exe on Windows with Visual Studio 2026
160160

161161
```powershell
162162
git clone https://github.com/NeilJustice/FileArb
@@ -165,7 +165,6 @@ cmake . -G"Visual Studio 18 2026" -A x64 -DCMAKE_INSTALL_PREFIX="C:\bin"
165165
cmake --build . --config RelWithDebInfo --target install
166166
```
167167

168-
## Thanks to
168+
## Acknowledgements
169169

170170
<a href="https://brandmark.io">brandmark.io</a> for FileArb's logo
171-

0 commit comments

Comments
 (0)