Skip to content

Commit

Permalink
📚 docs: update go command for installation #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Oct 25, 2024
1 parent 9f0f083 commit 9502ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9502ede

Please sign in to comment.