Skip to content

Commit

Permalink
updated the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibilalkayy committed Feb 24, 2024
1 parent d8eb6b7 commit 4ad6596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To get started in flow, you need to have Golang installed on your machine. Once
You can install the application in your local machine using the following command:

```bash
git install github.com/ibilalkayy/flow@latest
go install github.com/ibilalkayy/flow@latest
```

Verify the installation through the following command:
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.1.1"
const version = "0.1.2"

// rootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{
Expand Down

0 comments on commit 4ad6596

Please sign in to comment.