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

Commit 86d6bd3

Browse files
authored
Update README.md
1 parent 509c14d commit 86d6bd3

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

README.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ Public base of SmartEditor - a text editor built using Java.
44
Requirements:
55
Java 8+(1.8+).
66

7+
8+
Installation:
9+
1. Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true
10+
OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.zip?raw=true
11+
2. Double-click on jar to run.
12+
13+
If error occurs, please run from command prompt/terminal:
14+
15+
(Windows) JAR:
16+
17+
18+
cd -directory of jar file-
19+
java -jar SmartEditor.java.jar
20+
21+
22+
(Mac/Linux) JAR:
23+
24+
25+
cd -directory of jar file-
26+
java -jar SmartEditor.java.jar
27+
28+
29+
(Mac) .App:
30+
31+
32+
Double click and extract. To run, double click again.
33+
You can add the application to your dock.
34+
35+
736

837
Demo(Installation below):
938

@@ -35,30 +64,3 @@ Rename Files On-The-FLy
3564
Startup Appearance:
3665
![Startup Appearance](https://github.com/JC-ProgJava/SmartEditor.java/blob/master/Demo/SS1.png)
3766

38-
39-
Installation:
40-
1. Get .jar file from: https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.java/SmartEditor%20Runnable/SmartEditor.java.jar?raw=true
41-
OR: MacOS -> https://github.com/JC-ProgJava/SmartEditor.java/blob/master/SmartEditor.zip?raw=true
42-
2. Double-click on jar to run.
43-
44-
If error occurs, please run from command prompt/terminal:
45-
46-
(Windows) JAR:
47-
48-
49-
cd -directory of jar file-
50-
java -jar SmartEditor.java.jar
51-
52-
53-
(Mac/Linux) JAR:
54-
55-
56-
cd -directory of jar file-
57-
java -jar SmartEditor.java.jar
58-
59-
60-
(Mac) .App:
61-
62-
63-
Double click and extract. To run, double click again.
64-
You can add the application to your dock.

0 commit comments

Comments
 (0)