diff --git a/.zshrc b/.zshrc
index 24b000c..8bb642f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -20,5 +20,5 @@ alias ll="ls -las"
 setopt PROMPT_SUBST
 export PROMPT='$(cdbm -add)'$PROMPT
 function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; }
-
+function pb() { echo "$1" | nc pastebin.24unix.net 9999 }
 
diff --git a/README.md b/README.md
index 21c742a..886a0ef 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-Some sane defults for git, zsh (using oh-my-zsh) and vim.
+Some sane defaults for git, zsh (using oh-my-zsh) and vim.
 
 Install needed packages:  
-```apt install git vim zsh```
+```apt install git vim zsh netcat```
 
 From your users root, execute:  
 ```git clone https://git.24unix.net/tracer/Settings.git```
@@ -15,12 +15,14 @@ To copy the config files run:
 Also included is cdbm from Mike Schilli, details can be found here:
 https://www.linux-magazin.de/ausgaben/2019/09/snapshot-18/
 
-![user prompt](images/user_screen.png)  
-[original image, 1.8M](images/user_screen_original.png)
+(included is a precompiled binary for linux AMD64, I'll add source code and macOS version later)
 
-![root shell](images/root_screen.png)   
-[original image, 1.7M](images/root_screen_original.png)
+![user prompt](https://24unix.net/build/images/Settings/user_screen.png)  
+[original image, 1.8M](https://24unix.net/build/images/Settings/user_screen_original.png)
 
-![vim](images/vi_screen.png)  
-[original image, 5.9M](images/vi_screen_original.png)
+![root shell](https://24unix.net/build/images/Settings/root_screen.png)   
+[original image, 1.7M](https://24unix.net/build/images/Settings/root_screen_original.png)
+
+![vim](https://24unix.net/build/images/Settings/vi_screen.png)  
+[original image, 5.9M](https://24unix.net/build/images/Settings/vi_screen_original.png)
 
diff --git a/images/root_screen.png b/images/root_screen.png
deleted file mode 100644
index 059e9e8..0000000
Binary files a/images/root_screen.png and /dev/null differ
diff --git a/images/root_screen_original.png b/images/root_screen_original.png
deleted file mode 100644
index 6214543..0000000
Binary files a/images/root_screen_original.png and /dev/null differ
diff --git a/images/user_screen.png b/images/user_screen.png
deleted file mode 100644
index 3622c21..0000000
Binary files a/images/user_screen.png and /dev/null differ
diff --git a/images/user_screen_original.png b/images/user_screen_original.png
deleted file mode 100644
index f21086f..0000000
Binary files a/images/user_screen_original.png and /dev/null differ
diff --git a/images/vi_screen.png b/images/vi_screen.png
deleted file mode 100644
index d2fac37..0000000
Binary files a/images/vi_screen.png and /dev/null differ
diff --git a/images/vi_screen_original.png b/images/vi_screen_original.png
deleted file mode 100644
index 04dc825..0000000
Binary files a/images/vi_screen_original.png and /dev/null differ