Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pages/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Installation

`go get -u github.com/go-chi/chi/v5`
```sh
go get -u github.com/go-chi/chi/v5
```


## Running a Simple Server
Expand Down
4 changes: 3 additions & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ This tutorial is only to show you how an api would look with chi.

## Installation

`go get -u github.com/go-chi/chi/v5`
```sh
go get -u github.com/go-chi/chi/v5
```


## Running a Simple Server
Expand Down