Skip to content

Commit

Permalink
[~] fix fhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
Noooste committed Nov 21, 2023
2 parents 7793b8c + 5ce2bf8 commit 8b632ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 108 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project aims to better understand TLS connection and specifications as well
1. Install Golang on https://go.dev/doc/install
2. Clone the project : `git clone [email protected]:Noooste/tls-http2-viewer.git`
3. Install the dependencies : `go mod download`
4. Build the project by doing `go build . -o server`
4. Build the project by doing `go build -o server .`
5. Run with `./server`

*The server is now up and is listening on port 443*
Expand All @@ -22,4 +22,4 @@ You can also run this project linked to a specific domain. To do so, please modi
to
`"domain" : "your_domain_here"`

Rebuild the project and run it.
Rebuild the project and run it.
Loading

0 comments on commit 8b632ec

Please sign in to comment.