Skip to content

Commit

Permalink
fix: invalid install and run command
Browse files Browse the repository at this point in the history
  • Loading branch information
nilotpaul committed Nov 25, 2024
1 parent d5b5ff3 commit 40a5777
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 @@ -16,13 +16,13 @@ A modern CLI Tool to bootstrap scalable web applications without hassling with J
# Installation

```sh
go install github.com/nilotpaul/gospur@main
go install github.com/nilotpaul/gospur@latest
```

or without installation

```sh
go run github.com/nilotpaul/gospur@main init [project-name]
go run github.com/nilotpaul/gospur@latest init [project-name]
```

# Usage
Expand Down

0 comments on commit 40a5777

Please sign in to comment.