Skip to content

Commit

Permalink
Add links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
svghadi committed Dec 12, 2022
1 parent a0343d1 commit 86dfdd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

## 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
```

### 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
Expand Down

0 comments on commit 86dfdd5

Please sign in to comment.