From 16efb1d8477107f5e4180aa15f1670bebb561fdb Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 7 Jan 2023 09:56:55 -0800 Subject: [PATCH] Remove .git suffix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aea3d101..3c9fcba9 100644 --- a/README.md +++ b/README.md @@ -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