Skip to content

Commit

Permalink
Update the installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Singh authored and Gaurav Singh committed Mar 23, 2024
1 parent 976b536 commit 3608043
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ The name mux stands for "HTTP request multiplexer". Like the standard `http.Serv
## Install

With a [correctly configured](https://golang.org/doc/install#testing) Go toolchain:

Replace "latest" with specific version
```sh
go get -u github.com/gorilla/mux
go install github.com/gorilla/mux@latest

```

## Examples
Expand Down

0 comments on commit 3608043

Please sign in to comment.