Scott Hiett commited on
Commit
a7891c4
1 Parent(s): 6678b26

Add docker hub link to docs

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ Soon I will add specific documentation for the endpoints so you can implement cl
21
 
22
  ## Installation
23
  You have to options to run this:
24
- - Via docker: `docker pull hiett/serverless-redis-http:latest`
25
  - Via elixir: `(clone this repo)` -> `mix deps.get` -> `iex -S mix`
26
 
27
  If you are running via Docker, you will need to mount the configuration file to `/app/srh-config/tokens.json`.\
 
21
 
22
  ## Installation
23
  You have to options to run this:
24
+ - Via docker: `docker pull hiett/serverless-redis-http:latest` [Docker Hub link](https://hub.docker.com/r/hiett/serverless-redis-http)
25
  - Via elixir: `(clone this repo)` -> `mix deps.get` -> `iex -S mix`
26
 
27
  If you are running via Docker, you will need to mount the configuration file to `/app/srh-config/tokens.json`.\