Skip to content

Commit 14f1698

Browse files
authored
Docs: fix mistake on the repo's URL in the manual installation section (#46)
1 parent 7c4c80e commit 14f1698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ The following extras are not essential, but required for some features
5656
Copy the `hyprcap` script to a folder in your `PATH`:
5757

5858
```bash
59-
git clone https://alonso-herreros/hyprcap.git HyprCap
59+
git clone https://github.com/alonso-herreros/hyprcap.git HyprCap
6060
cp HyprCap/hyprcap /usr/local/bin
6161
```
6262

6363
For user-level installation, you can use:
6464

6565
```bash
66-
git clone https://alonso-herreros/hyprcap.git HyprCap
66+
git clone https://github.com/alonso-herreros/hyprcap.git HyprCap
6767
cp HyprCap/hyprcap $HOME/.local/bin
6868
```
6969

0 commit comments

Comments
 (0)