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 42f70f7 commit 189a519
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 189a519

Please sign in to comment.