From 5bafc509449faed564fff46347948aab01445f87 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Tue, 29 Mar 2022 08:04:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2b31e..bda0512 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ You can run batchprint directly from its pyw file, if you have these prerequisit ## Compiling -You can compile portable files as well as the installer (soon) by running `build.bat`. It requires curl in your `%path%` or in the script's directory. It will pull all required resources and build exe files without making changes to your system. If you are using a 64-bit OS, it will build both 32 and 64-bit versions. You can find the distributables in `build/ARCH/dist`. \ No newline at end of file +You can compile portable files as well as the installer (soon) by running `build.bat`. It requires [curl](https://curl.se/windows/) in your `%path%` or in the script's directory. It will pull all required resources and build exe files without making changes to your system. If you are using a 64-bit OS, it will build both 32 and 64-bit versions. You can find the distributables in `build/ARCH/dist`. \ No newline at end of file