Skip to content

Commit

Permalink
Changed artifactID, README
Browse files Browse the repository at this point in the history
  • Loading branch information
Afalinko committed Aug 5, 2017
1 parent 1478134 commit 0318275
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# eve-bookmarks
# eve-bookmarks

Matches the clipboard content to site signature and replaces it with bookmark.
Format: [C? R D G]-*SIGID*-*SITE NAME*

Build instrucations:
Install JDK 8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Install Maven https://maven.apache.org/download.cgi
run "mvn clean package" in the project root folder

Run instructions:
run "java -jar bookmark-1.0-SNAPSHOT.jar"

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.eve.copilot</groupId>
<artifactId>io</artifactId>
<artifactId>bookmark</artifactId>
<version>1.0-SNAPSHOT</version>

<packaging>jar</packaging>
Expand Down

0 comments on commit 0318275

Please sign in to comment.