Skip to content

Commit 9502ede

Browse files
committed
📚 docs: update go command for installation #4
1 parent 9f0f083 commit 9502ede

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ To install, you can use the following commands based on your preference:
1313
- For a specific version:
1414

1515
```bash
16-
go get github.com/sivaosorg/timefy.git@v0.0.1
16+
go get github.com/sivaosorg/timefy@v0.0.1
1717
```
1818

1919
- For the latest version:
2020
```bash
21-
go get -u github.com/sivaosorg/timefy.git@latest
21+
go get -u github.com/sivaosorg/timefy@latest
2222
```
2323

2424
### Getting started

0 commit comments

Comments
 (0)