diff --git a/README.md b/README.md
index dd8d725..3df9cad 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
-# eve-bookmarks
\ No newline at end of file
+# 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"
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c600eda..990cb5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.eve.copilot
- io
+ bookmark
1.0-SNAPSHOT
jar