Fix wrong build command

main
Stefano 2022-02-06 09:57:39 +01:00
parent 5230dbbd17
commit ff963491f3
1 changed files with 1 additions and 1 deletions

View File

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