diff --git a/README.md b/README.md
index 272e422..a568fde 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,34 @@
-# Get-my-pastebin
+# Get my pastebin
-Terminal application to find and copy your own Paste for Pastebin
+Terminal application to find and copy your own Paste for Pastebin.
+
+- Search in Paste public and private state.
+- Copies to the clipboard raw Paste automatically.
+- Prints raw Paste by console.
+
+
+
+
+
+## Use
+
+``` bash
+getmypastebin --api-key [your api key dev] --username [username account Pastebin] --password [password account Pastebin] [search]
+```
+Example
+
+``` bash
+getmypastebin --api-key 123qwe456rty --username example --password 123 wordpress
+```
+
+## Install
+
+``` bash
+pip3 install --user get-my-pastebin
+```
+
+## Update
+
+``` bash
+pip3 install --user --upgrade get-my-pastebin
+```
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..09949a4
Binary files /dev/null and b/logo.png differ