summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShipwreckt <shipwreckt@mailfence.com>2025-02-22 17:45:53 +0000
committerShipwreckt <shipwreckt@mailfence.com>2025-02-22 17:45:53 +0000
commit08c1b0131b4c0ebeac88b178b677ce81f6520729 (patch)
treefa16e810be2f6f5478e957b794fc9fcb66a6c46f /README.md
parent971bbb74a02f83650c8cd0550fb91886c4d460fe (diff)
Added WGET program becasue it is a must have + updated README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71cdf98..4a18bdf 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,16 @@ In my [xinitrc](files/config/X11/xinitrc) I have it set to the UK keyboard layou
To install my dotfiles, follow these simple steps:
1. **Clone the Gitlab Repository:**
+
+From Gitlab
+ ```sh
+ git clone https://gitlab.com/dotfiles
+ cd dotfiles
+ ```
+
+From my website
```sh
- git clone git@gitlab.com:Shipwreckt/dotfiles.git
+ git clone git://git.shipwreckt.co.uk/dotfiles.git
cd dotfiles
```