Fix wrong build command
parent
5230dbbd17
commit
ff963491f3
|
|
@ -22,7 +22,7 @@ Assuming you have the latest version of Go installed on your system, you can use
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ostafen/xdcc-cli.git
|
git clone https://github.com/ostafen/xdcc-cli.git
|
||||||
cd xdcc-cli
|
cd xdcc-cli
|
||||||
go build . -o xdcc
|
go build -o xdcc .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue