From: Trent Huber Date: Fri, 3 Oct 2025 19:19:53 +0000 (-0400) Subject: Remove "clean" executable from README.md X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=dff1db93d7da303265d8258dd5a66731e1cfe35d;p=xpmview.git Remove "clean" executable from README.md --- 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.