Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hawshemi authored Nov 2, 2023
1 parent 3843e13 commit 7afe2f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,16 @@ wget "https://raw.githubusercontent.com/hawshemi/SNI-Finder/main/install-go.sh"
```
git clone https://github.com/hawshemi/SNI-Finder.git
```
#### 2. Navigate into the repository directory
#### 2. Download and install `logrus` package
```
go get github.com/sirupsen/logrus
```
#### 3. Navigate into the repository directory
```
cd SNI-Finder
```
#### 3. Build
#### 4. Build
```
go build
```

0 comments on commit 7afe2f7

Please sign in to comment.