Skip to content

Commit ed9df60

Browse files
committed
readme correction
1 parent 0a50618 commit ed9df60

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Main-Class: App
22
Class-Path: lib\junit-platform-console-standalone-1.7.0-M1.jar
3+
Name: Java-Outliner

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ By the way, this README was created with this program =)
1313
## 2.1 Execution
1414

1515
1. MacOS (v. 10) or Linux (tested on Ubuntu 22.04 and Fedora v. 37) or Windows (tested on Win 10).
16-
2. Java 8
16+
2. Java 8 RE
1717

1818
## 2.2 Build
1919

2020
1. Java SE Development Kit 8u202
21-
2. Favorite Java Deployment Tool
21+
2. Favorite Java Build Tool (if install script is not used)
2222

2323
# 3 Build / Install
2424

@@ -28,17 +28,18 @@ By the way, this README was created with this program =)
2828

2929
Execute the following commands from the Java-Outliner directory:
3030
```
31-
chmod +x install_MacOS_Linux.bash
32-
bash install_MacOS_Linux.bash
31+
chmod +x install_MacOS_Linux.sh
32+
bash install_MacOS_Linux.sh
3333
```
34+
INFO: Java needs to be set in the PATH environment variable.
3435

3536
## 3.2 Windows
3637

3738
Execute the following commands from the Java-Outliner directory:
3839
```
3940
install_Windows.sh
4041
```
41-
42+
INFO: Java needs to be set in the PATH environment variable.
4243

4344
# 4 Execution
4445

install_Windows.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
#mkdir
2+
::mkdir
33
mkdir bin
4-
#compile
4+
::compile
55
javac -cp src -d bin src\App.java -encoding UTF-8
6-
#build
6+
::build
77
jar cvmf Manifest.txt Java-Outliner.jar -C bin -C bin main

0 commit comments

Comments
 (0)