Skip to content

Commit 4c4acbf

Browse files
authored
Merge pull request #4 from AdamW78/readme
Finished debugging refactor
2 parents 4133ef6 + c04dddc commit 4c4acbf

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ The data entry automator is a tool that allows you to automate the process of en
88
The program can currently be run from either the command line or via a GUI.
99

1010
### Running the Program
11-
##### Not Recommended
11+
#### Not Recommended
1212
Run the program using the following command:
1313
```bash
1414
java -jar data-entry-automator.jar -i <input file> [options]
1515
```
16-
17-
##### Recommended
18-
Run the program by installing the app using one of releases on the (releases)[https://github.com/AdamW78/Data-Entry-Automator/releases] page. Once installed, navigate to the install location (or create a desktop shortcut) and open the application to access the GUI. The program should look something like:
19-
20-
#### Options
16+
##### Options
2117

2218
| Argument | Short Form | Usage | Description | Default Value |
2319
|-----------------|------------|------------------------|---------------------------------------------------------------|---------------------------------------|
@@ -29,6 +25,11 @@ Run the program by installing the app using one of releases on the (releases)[ht
2925
| `--verbose` | `-v` | `--verbose` | Whether or not verbose output should be printed | `false` |
3026
| `--help` | `-h` | `--help` | Whether or not helpful usage information should be printed | `false` |
3127

28+
29+
#### Recommended
30+
Run the program by installing the app using one of releases on the [releases](https://github.com/AdamW78/Data-Entry-Automator/releases) page. Once installed, navigate to the installation location (or create a desktop shortcut) and open the application to access the GUI. The program should look something like:
31+
![GUI Example](images/GUI_screenshot.png)
32+
3233
### Input
3334
The input to the data entry automator is a `.xlsx` file with the following columns:
3435
- `Strain`: The name of the strain

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jlink {
1515
name = 'DataEntryAutomation'
1616
jpackage {
1717
imageName = 'Data Entry Automator'
18-
skipInstaller = true
18+
// skipInstaller = true
1919
outputDir = "${layout.buildDirectory.get().asFile}"
2020
vendor = "Adam Wojciak"
2121
appVersion = project.version

images/GUI_screenshot.png

95 KB
Loading

0 commit comments

Comments
 (0)