From dff1db93d7da303265d8258dd5a66731e1cfe35d Mon Sep 17 00:00:00 2001 From: Trent Huber Date: Fri, 3 Oct 2025 15:19:53 -0400 Subject: [PATCH] Remove "clean" executable from README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index ee2a177..1427e55 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,6 @@ Once built, the application will be located in the `bin/` folder. > bin/xpmview ``` -To clean the repository after building, just run the `clean` executable generated by the build system. - -```console -> clean -``` - -The `clean` executable doesn't remove the root `build` executable, so you can always rebuild the project without having to bootstrap again. - ## Usage Files can either be provided at the command line with the `-f` flag or dragged into the application once it's opened. Once content is loaded, the window can be resized and the content will scale accordingly. -- 2.51.0