From b6677347a3c0dac46f88ad6997c16ae19bb7177c Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Thu, 14 Apr 2022 21:52:51 +0200 Subject: [PATCH] Added docker hub link to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061008f..dc08b82 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Once the server is up and running, several commands are available: The only required dependency is [docker](https://www.docker.com/). -* Once docker is installed, get the signalblast image from docker hub +* Once docker is installed, get the signalblast image from the [docker hub repository](https://hub.docker.com/r/eraxama/signalblast) * ```bash docker pull eraxama/signalblast:latest ```