File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ brew upgrade git-scope
4343go install github.com/Bharath-code/git-scope/cmd/git-scope@latest
4444```
4545
46+ ** To Update:**
47+ Run the install command again to fetch the latest version.
48+
4649## Usage
4750
4851### Launch TUI
Original file line number Diff line number Diff line change 182182 .gradient-text {
183183 background : var (--gradient );
184184 -webkit-background-clip : text;
185+ background-clip : text;
185186 -webkit-text-fill-color : transparent;
186187 }
187188
@@ -511,10 +512,10 @@ <h1>Stop <span class="gradient-text">CD-ing.</span> <br> Start Coding.</h1>
511512 </ div >
512513
513514 < div id ="code-windows " class ="code-block ">
514- < span class ="comment "> # PowerShell (Go required )</ span >
515+ < span class ="comment "> # Install or Update (PowerShell )</ span >
515516 < div > < span class ="prompt "> > </ span > < span class ="cmd "> go install
516517 github.com/Bharath-code/git-scope/cmd/git-scope@latest</ span > </ div >
517- < span class ="comment "> # Or download .exe from Releases </ span >
518+ < span class ="comment "> # Running this again updates to the latest version. </ span >
518519 </ div >
519520
520521 < div id ="code-manual " class ="code-block ">
You can’t perform that action at this time.
0 commit comments