-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📚 docs: update go command for installation #4
- Loading branch information
1 parent
9f0f083
commit 9502ede
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ To install, you can use the following commands based on your preference: | |
- For a specific version: | ||
|
||
```bash | ||
go get github.com/sivaosorg/timefy.git@v0.0.1 | ||
go get github.com/sivaosorg/[email protected] | ||
``` | ||
|
||
- For the latest version: | ||
```bash | ||
go get -u github.com/sivaosorg/timefy.git@latest | ||
go get -u github.com/sivaosorg/timefy@latest | ||
``` | ||
|
||
### Getting started | ||
|