Skip to content

Commit 62b58e4

Browse files
committed
docs: clarify update instructions for windows/go-install users
1 parent f989afe commit 62b58e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ brew upgrade git-scope
4343
go 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

docs/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
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">

0 commit comments

Comments
 (0)