From 91ebfdb0796b748fef43210d421ce239a01ecda0 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 26 Nov 2021 18:54:55 +0100 Subject: [PATCH] Fix invisible line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc9c95..8309568 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ This project provides a simple command line tool which allow you to perform sear Assuming you have the latest version of Go installed on your system, you can use the **buid** command to get an executable: -```bash git clone https://github.com/ostafen/xdcc-cli.git +```bash +git clone https://github.com/ostafen/xdcc-cli.git cd xdcc-cli go build . -o xdcc ```