From 2b9b6b161f7a04daf59166607212cf7fa101088c Mon Sep 17 00:00:00 2001
From: jdelta1 <49237786+jdelta1@users.noreply.github.com>
Date: Tue, 4 Apr 2023 12:40:55 -0400
Subject: [PATCH] Update README.md - Installation Steps

---
 README.md | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 5c5efd1..c32d054 100644
--- a/README.md
+++ b/README.md
@@ -19,19 +19,9 @@ Download release for your OS from [releases](https://github.com/optiv/Talon/rele
 ## Contributing
 Talon was developed in golang.
 
-The first step as always is to clone the repo. Before you compile Talon you'll need to install the dependencies. To install them, run following commands:
-```
-go get github.com/fatih/color
-go get gopkg.in/jcmturner/gokrb5.v7/client
-go get gopkg.in/jcmturner/gokrb5.v7/config
-go get gopkg.in/jcmturner/gokrb5.v7/iana/etypeID
-go get gopkg.in/ldap.v2
-```
-Then build it
+## Installation
 
-```
-go build Talon.go
-```
+`go install -v github.com/optiv/Talon@latest`
 
 ## Usage
 
@@ -212,4 +202,4 @@ Will resume at 03-10-2022 16:43:35
 * Version 1.3 released 05/03/2019
 * Version 1.4 released 03/17/2020
 * Version 2.0 public relase 06/18/2020
-* Version 3.0 relase 03/10/2022
\ No newline at end of file
+* Version 3.0 relase 03/10/2022