Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
change command in "Building from source" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo La Greca committed Mar 18, 2024
1 parent fae900d commit 4db2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ go install github.com/EdoardoLaGreca/dovelet/cmd/dovelet@latest
```sh
git clone https://github.com/EdoardoLaGreca/dovelet
cd dovelet
go build ./cmd/dovelet # or: go install ./cmd/dovelet
go install ./cmd/dovelet # or: go build ./cmd/dovelet
```

### Usage
Expand Down

0 comments on commit 4db2ac5

Please sign in to comment.