From 40a5777f710b7b013aff3c82717e7b5d5647b741 Mon Sep 17 00:00:00 2001 From: nilotpaul Date: Mon, 25 Nov 2024 20:09:46 +0530 Subject: [PATCH] fix: invalid install and run command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b11f1f6..521658d 100644 --- a/README.md +++ b/README.md @@ -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