Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit 3453e74

Browse files
authored
Update README.md
1 parent 9a317ec commit 3453e74

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# SmartEditor
22
Public base of SmartEditor - a text editor built using Java.
3+
Requirements:
4+
Java 8+(1.8+).
5+
36
Installation:
47
1. Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true
8+
OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.app.zip?raw=true
59
2. Double-click on jar to run.
610

711
If error occurs, please run from command prompt/terminal:
812

9-
(Windows):
13+
(Windows) JAR:
1014

1115

1216
cd -directory of jar file-
1317
java -jar SmartEditor.java.jar
1418
1519
16-
(Mac/Linux):
20+
(Mac/Linux) JAR:
1721

1822

1923
cd -directory of jar file-
2024
java -jar SmartEditor.java.jar
25+
26+
27+
(Mac) .App:
28+
Double click on appliation to run, you can add application to your dock.

0 commit comments

Comments
 (0)