Skip to content

Commit fbbc2c4

Browse files
authored
Update README.md
1 parent 9fbb117 commit fbbc2c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ GitWave is an open-source project, that encourages collaboration and community i
2121
Explore, contribute, and customize the application according to your preferences.
2222

2323
## :checkered_flag: Getting Started
24+
To enjoy GitWave you don't need any JDK, because it already includes JDK.
2425
1. Download `GitWave.zip` from the [latest release](https://github.com/introfog/GitWave/releases).
2526
2. Unpack archive to your local machine and launch `GitWave.exe`.
2627
3. Begin executing bash commands across multiple repositories effortlessly.
27-
4. You check my personal [GitWave config](https://gist.github.com/introfog/10a0a3f6c0b069c4132f8ac18b73dff5) with bash commands which i use on regular basis.
28+
4. You can check my personal [GitWave config](https://gist.github.com/introfog/10a0a3f6c0b069c4132f8ac18b73dff5) with bash commands which i use on regular basis.
2829

2930
<img src=samples/Sample_Saved_Commands.gif>
3031

@@ -38,7 +39,7 @@ Explore, contribute, and customize the application according to your preferences
3839
- `GitWave.exe`, which runs java image, is located in the `tools` folder and generated by a separate C++ project `tools/GitWaveExecutor`.
3940

4041
## :gear: Under the hood
41-
- GitWave is built on openjdk 11 + openjfx 11.
42+
- GitWave is built on openjdk 11 + openjfx 11 and wrapped into Java Runtime Image.
4243
- All commands and settings are stored in `config/config.json` in JSON format. So it is possible to edit them manually in any text editor.
4344
- On opening the app makes a lenient request to GitHub API to check for the new available release, see `com.github.introfog.gitwave.model.UpdateChecker#isNewReleaseAvailable`.
4445
- The `temp` folder is used to save bash scripts to run, they are automatically removed after the command completes.

0 commit comments

Comments
 (0)