From 86dfdd5eefc043add4ab446445ee3afbdae40688 Mon Sep 17 00:00:00 2001 From: Siddhesh Ghadi Date: Mon, 12 Dec 2022 17:28:13 +0530 Subject: [PATCH] Add links in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfdceb1..d3b1728 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ## Setup & Usage -### Server +Server container image: +Client binary: -Build the server using below instructions or use the container image to start the server. +### Server ```bash docker run --name file-store-server -p 8080:8080 sghadi1203/file-store:latest @@ -12,7 +13,7 @@ docker run --name file-store-server -p 8080:8080 sghadi1203/file-store:latest ### Client -Build the client using below instructions or use the binary from github release page of this repo. +Build the client using below instructions or use the binary from [github release page](https://github.com/Siddhesh-Ghadi/file-store/releases) of this repo. ```bash # set server address for client