Fix invisible line
parent
4568e1ade3
commit
91ebfdb079
|
|
@ -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:
|
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
|
cd xdcc-cli
|
||||||
go build . -o xdcc
|
go build . -o xdcc
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue