From 189a519bfbb09f10ea57ca62a9570cc3e542a65a Mon Sep 17 00:00:00 2001 From: Hawshemi Date: Thu, 2 Nov 2023 18:12:49 +0330 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c716ac9..2567afe 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,18 @@ wget "https://raw.githubusercontent.com/hawshemi/SNI-Finder/main/install-go.sh" ``` git clone https://github.com/hawshemi/SNI-Finder.git ``` -#### 2. Download and install `logrus` package + +#### 2. Navigate into the repository directory ``` -go get github.com/sirupsen/logrus +cd SNI-Finder ``` -#### 3. Navigate into the repository directory + +#### 3. Download and install `logrus` package ``` -cd SNI-Finder +go get github.com/sirupsen/logrus ``` #### 4. Build ``` -go build +CGO_ENABLED=0 go build ```