Skip to content

Commit 2f7bebb

Browse files
committed
Update doc
There was already a manifest file so not necessary to create a new one
1 parent d2353d5 commit 2f7bebb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Achintha Gunasekara: [email protected]
3939

4040
## Important
4141

42-
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" folder)**
42+
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
4343

4444

4545
## Demo
@@ -48,7 +48,7 @@ Download the Jar file and double click to run
4848

4949
Or run `java -jar SimpleJavaTextEditor.jar` from the command line
5050

51-
You can also generate easily a new jar file with the following command in *src/* folder `jar cmvf META-INF/MANIFEST.MF SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
51+
You can also generate easily a new jar file with the following command when you are in *src/* directory `jar cmvf ../manifest.mf ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
5252

5353

5454
## LICENSE

manifest.mf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Manifest-Version: 1.0
2-
X-COMMENT: Main-Class will be added automatically by build
3-
2+
Main-Class: simplejavatexteditor.SimpleJavaTextEditor

src/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)