changeset 39:27f2a22399d1

README: Removed sentence mentioning 'run scripts'
author Fox
date Thu, 20 Oct 2022 17:19:05 +0200
parents 2fab4ac14aaf
children 979e9183aac8
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 20 17:14:27 2022 +0200
+++ b/README.md	Thu Oct 20 17:19:05 2022 +0200
@@ -38,7 +38,7 @@
 
 ## Compiling / Packaging
 
-Scripts have the extension 'gui_sh' for my convenience, but they're just regular shell scripts. Use 'run.gui_sh' to run the program for development, and 'package.gui_sh' to compile it into a JAR and package everything into a TAR archive. The resulting program should be able to run on any operating system with Java available. Currently run scripts are provided for Linux and Windows.
+Scripts have the extension 'gui_sh' for my convenience, but they're just regular shell scripts. Use 'run.gui_sh' to run the program for development, and 'package.gui_sh' to compile it into a JAR and package everything into a TAR archive. The resulting program should be able to run on any operating system with Java available.
 
 To run from source and package, you need:
  - Java runtime and Java compiler.