From c41e999028b3d2d58f76ef18ef9d6ac772f63e16 Mon Sep 17 00:00:00 2001 From: Jason Carpenter Date: Fri, 24 Apr 2020 18:11:07 -0400 Subject: [PATCH] De-list the images --- GUIDE.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/GUIDE.md b/GUIDE.md index 14a055c..55cbbc6 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -14,6 +14,8 @@ * [Cloudflare](#cloudflare) * [Nginx](#nginx) +--- + ## Installation Installation of Shynet is easy! Follow the [Basic Installation](#basic-installation) guide below if you'd like to run Shynet over HTTP or if you are going to be running it over HTTPS through a reverse proxy. If you'd like to run Shynet over HTTPS without a reverse proxy, skip ahead to [Installation with SSL](#installation-with-ssl) instead. @@ -193,6 +195,7 @@ ONLY_SUPERUSERS_CREATE=False 16. Finally, click on "Manage" in the top right of the service's page to get the tracking script code. Inject this script on all pages you'd like the service to track. +--- ## How to Use @@ -204,28 +207,29 @@ Basic usage will take place on the dashboard of your website after you log in. 1. At the top right corner, you will find a button that looks like this: - * New Service +New Service 2. Once you click on that, fill in the information for the website you are going to track: - * New Service Input +New Service Input 3. You'll be taken to the analytics page for your new service: - * Example Dashboard for Analytics +Example Dashboard for Analytics 4. At the top right corner, you'll find this button: - * New Service Manage +New Service Manage 5. After clicking that button you'll be shown some code like so: - * New Service Code +New Service Code 6. Copy and paste that code and put it between the HTML `` tags on the website you are trying to track. 7. Go to the website you are trying to track 8. See if your analytics dashboard is showing any new users +--- ## Enhancements