README update.
This commit is contained in:
parent
51e44a57a1
commit
089c4d7ee1
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -5,7 +5,7 @@
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://pkg.go.dev/github.com/mikestefanello/pagoda)
|
[](https://pkg.go.dev/github.com/mikestefanello/pagoda)
|
||||||
[](https://go.dev)
|
[](https://go.dev)
|
||||||
|
[](https://github.com/avelino/awesome-go)
|
||||||
|
|
||||||
<p align="center"><img alt="Logo" src="https://user-images.githubusercontent.com/552328/147838644-0efac538-a97e-4a46-86a0-41e3abdf9f20.png" height="200px"/></p>
|
<p align="center"><img alt="Logo" src="https://user-images.githubusercontent.com/552328/147838644-0efac538-a97e-4a46-86a0-41e3abdf9f20.png" height="200px"/></p>
|
||||||
|
|
||||||
|
|
@ -156,7 +156,15 @@ Ensure the following are installed on your system:
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
|
|
||||||
After checking out the repository, from within the root, start the Docker containers for the database and cache by executing `make up`.
|
After checking out the repository, from within the root, start the Docker containers for the database and cache by executing `make up`:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone git@github.com:mikestefanello/pagoda.git
|
||||||
|
cd pagoda
|
||||||
|
make up
|
||||||
|
```
|
||||||
|
|
||||||
|
Since this repository is a _template_ and not a Go _library_, you **do not** use `go get`.
|
||||||
|
|
||||||
Once that completes, you can start the application by executing `make run`. By default, you should be able to access the application in your browser at `localhost:8000`.
|
Once that completes, you can start the application by executing `make run`. By default, you should be able to access the application in your browser at `localhost:8000`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue