From 280aa4e242f9f25067bdd6140dbdc25d0748d5be Mon Sep 17 00:00:00 2001
From: Evan Pratten <ewpratten@gmail.com>
Date: Fri, 17 Dec 2021 14:03:49 -0500
Subject: [PATCH] Some more readme stuff

---
 .github/workflows/audit.yml | 18 ------------------
 .gitignore                  |  2 ++
 README.md                   |  6 ++++--
 icon.png                    |  0
 4 files changed, 6 insertions(+), 20 deletions(-)
 delete mode 100644 .github/workflows/audit.yml
 create mode 100644 icon.png

diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
deleted file mode 100644
index bf44f42..0000000
--- a/.github/workflows/audit.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Audit
-on:
-  push:
-    paths: 
-      - '**/Cargo.toml'
-      - '**/Cargo.lock'
-  pull_request:
-    paths: 
-      - '**/Cargo.toml'
-      - '**/Cargo.lock'
-jobs:
-  security_audit:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v1
-      - uses: actions-rs/audit-check@v1
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 1720240..7087ad7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ Cargo.lock
 
 /target
 #Cargo.lock
+
+/*.AppImage
\ No newline at end of file
diff --git a/README.md b/README.md
index cecce8b..692d85d 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
 # NetBrowse
 [![Crates.io](https://img.shields.io/crates/v/netbrowse)](https://crates.io/crates/netbrowse) 
-[![Docs.rs](https://docs.rs/netbrowse/badge.svg)](https://docs.rs/netbrowse) 
 [![Build](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/build.yml)
 [![Clippy](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/clippy.yml)
-[![Audit](https://github.com/Ewpratten/netbrowse/actions/workflows/audit.yml/badge.svg)](https://github.com/Ewpratten/netbrowse/actions/workflows/audit.yml)
 
 
 **NetBrowse** is a graphical frontend to [`avahi-browse`](https://linux.die.net/man/1/avahi-browse). This tool is used to quickly inspect a network for hosts that publicly expose their services.
 
 ![A screenshot](./screenshot.png)
+
 *This screenshot was taken on a public network*
 
 ## Installation
 
+[![Get Appimage](https://raw.githubusercontent.com/srevinsaju/get-appimage/master/static/badges/get-appimage-branding-blue.png)]
+(https://github.com/Ewpratten/netbrowse/releases/latest)
+
 This crate can also be installed via `cargo` with:
 
 ```sh
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..e69de29