Skip to content

Commit 6dcffc9

Browse files
authored
Merge pull request #1 from alphatroya/go-install
Rename module for compatibility with go install command
2 parents 50ba029 + 107c4c6 commit 6dcffc9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ If the configuration file is not found, a minimal empty one will be created. **I
1414

1515
Binaries can be found in the Releases section.
1616

17+
### Building from source
18+
19+
```
20+
go install github.com/wsw70/dly@latest
21+
```
22+
1723
## Usage
1824

1925
### Interactive

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module dly
1+
module github.com/wsw70/dly
22

33
go 1.19
44

0 commit comments

Comments
 (0)