dblume commited on 2021-11-19 08:28:45
Showing 1 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -6,8 +6,8 @@ in new user home directories. |
6 | 6 |
### Getting the project |
7 | 7 |
|
8 | 8 |
You can get a copy of this project by clicking on the |
9 |
-[ZIP](http://git.dlma.com/dotfiles.git/zipball/master) |
|
10 |
-or [TAR](http://git.dlma.com/dotfiles.git/tarball/master) buttons |
|
9 |
+[ZIP](http://git.dlma.com/dotfiles.git/zipball/main) |
|
10 |
+or [TAR](http://git.dlma.com/dotfiles.git/tarball/main) buttons |
|
11 | 11 |
near the top right of the GitList web page. |
12 | 12 |
|
13 | 13 |
With an account, you can clone from the origin with: |
... | ... |
@@ -20,7 +20,7 @@ If you're not cloning the repo, then run the following: |
20 | 20 |
|
21 | 21 |
~$ mkdir dotfiles |
22 | 22 |
~$ cd dotfiles |
23 |
- dotfiles$ curl -L http://git.dlma.com/dotfiles.git/tarball/master > dotfiles.tar |
|
23 |
+ dotfiles$ curl -L http://git.dlma.com/dotfiles.git/tarball/main > dotfiles.tar |
|
24 | 24 |
dotfiles$ tar -xvf dotfiles.tar |
25 | 25 |
dotfiles$ rm dotfiles.tar |
26 | 26 |
|
... | ... |
@@ -65,5 +65,5 @@ See [config.dlma.com](http://config.dlma.com) for more. |
65 | 65 |
|
66 | 66 |
### License |
67 | 67 |
|
68 |
-This software uses the [MIT license](http://git.dlma.com/dotfiles.git/blob/master/LICENSE.txt). |
|
68 |
+This software uses the [MIT license](http://git.dlma.com/dotfiles.git/blob/main/LICENSE.txt). |
|
69 | 69 |
|
70 | 70 |