Remove .git suffix

This commit is contained in:
Will Faught
2023-01-07 09:56:55 -08:00
parent 7086eda9c4
commit 16efb1d847

View File

@@ -127,13 +127,13 @@ theme: "paige"
Install:
```sh
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige.git master
$ git subtree add --prefix themes/paige --squash https://github.com/willfaught/paige master
```
Update:
```sh
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige.git master
$ git subtree pull --prefix themes/paige --squash https://github.com/willfaught/paige master
```
### Option 3: Use a Git submodule