Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit e555b3e

Browse files
author
Mitch Talmadge
committed
Update README.md
1 parent eb274d0 commit e555b3e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@ Extracts Emojis from '.ttf' files used by Android, iOS, etc. into individual '.p
33

44
# How to Use:
55
1. Clone into Eclipse and create a Runnable Jar, or download one of the precompiled jars from the [downloads page](https://github.com/MitchTalmadge/EmojiExtractor/releases).
6-
2. Put the jar into the same directory as your Emoji ttf file.
7-
3.
8-
* FOR V1.0: Either name your Emoji ttf file `NotoColorEmoji.ttf` and double-click the jar, or start the jar from the command line using `java -jar EmojiExtractor.jar yourFileName.ttf`
9-
* FOR V1.1: Either double-click the jar and follow the instructions on the GUI, or start the jar from the command line using `java -jar EmojiExtractor.jar yourFileName.ttf`. If the ttf file does not exist, the ttf selection window will be brought up. If it exists, it will automatically start extraction.
10-
11-
Emojis will be extracted into a new folder which is created in the same directory as the jar file, named `ExtractedEmojis`.
6+
2. Put the jar wherever you'd like. mojis will be extracted into a new folder which is created in the same directory as the jar file, named `ExtractedEmojis`.
7+
3. Either double-click the jar and follow the instructions on the GUI, or start the jar from the command line using `java -jar EmojiExtractor.jar yourFileName.ttf`. If the ttf file does not exist, the ttf selection window will be brought up. If it exists, it will automatically start extraction.

0 commit comments

Comments
 (0)