You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-13
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@ Useful when Gradle or the IDE let you down 💔
8
8
[@holgerbrandl](https://github.com/holgerbrandl) for KScript.
9
9
10
10
The script has been tested on macOS 🍎, but it is completely untested on
11
-
Linux 🐧 and Windows 🖥️.
11
+
Linux 🐧 and Windows 🖥️. KScript may not work at all on Windows!
12
12
13
-
⚠️There may be [major issues](https://github.com/rock3r/deep-clean/issues/4) on Windows/Linux when using `-n`, please let me know if you encounter any such issue!
13
+
⚠️There may be [major issues](https://github.com/rock3r/deep-clean/issues/4) on Windows/Linux when using `-n`,
14
+
please let me know if you encounter any such issue!
14
15
15
16
**USE AT YOUR OWN RISK IN ANY CASE!**
16
17
@@ -64,33 +65,26 @@ Where the options are:
64
65
-v --verbose Print detailed information about all commands.
65
66
```
66
67
68
+
For this script to work, you need to have `kotlin`, `kscript` and `maven` on your `PATH`.
67
69
If you **DON'T have all three commands** on your `PATH`, then read on to the next
68
70
section to install them.
69
71
70
72
## Installing the script dependencies
71
73
72
74
To make the script run, we'll first need to install all the required dependencies.
73
-
All dependencies are available on [SDKMan!](https://sdkman.io/) (Windows, Linux, macOS)
74
-
and on [Homebrew](https://brew.sh/) (macOS only).
75
-
76
-
**Windows, Linux:**
75
+
All dependencies are available on [SDKMan!](https://sdkman.io/) (Windows, Linux, macOS).
76
+
**Note that KScript support for Windows is not officially available yet**.
0 commit comments