Skip to content

Commit 8d19b31

Browse files
authored
Update README.md
1 parent 4d125f2 commit 8d19b31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ 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-
1. Download the latest release from the [releases page](https://github.com/introfog/GitWave/releases).
25-
2. Download and unpack GitWave.zip archive to your local machine.
26-
3. Launch GitWave.exe and begin executing bash commands across multiple repositories effortlessly.
24+
1. Download `GitWave.zip` from the [latest release](https://github.com/introfog/GitWave/releases).
25+
2. Unpack archive to your local machine and launch `GitWave.exe`.
26+
3. Begin executing bash commands across multiple repositories effortlessly.
2727

2828
## :hammer: Build Locally
2929
### Software Requirements
@@ -38,6 +38,7 @@ Explore, contribute, and customize the application according to your preferences
3838
- GitWave is built on openjdk 11 + openjfx 11.
3939
- 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.
4040
- 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`.
41+
- The `temp` folder is used to save bash scripts to run, they are automatically removed after the command completes.
4142

4243
## :bulb: Ideas For Further Releases
4344
- Allow working with the app by using only the keyboard (with correct Tabs, Esc and so on work).

0 commit comments

Comments
 (0)