Fix invisible line

main
Stefano 2021-11-26 18:54:55 +01:00
parent 4568e1ade3
commit 91ebfdb079
1 changed files with 2 additions and 1 deletions

View File

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