diff --git a/README.md b/README.md index 2e4218e..a39ac81 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,5 @@ cullmann.io website # Update theme -rm -rf themes -mkdir themes -git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt -rm -rf themes/LoveIt/.git -git add themes +./update-theme.sh + diff --git a/update-theme.sh b/update-theme.sh new file mode 100755 index 0000000..2b7df3e --- /dev/null +++ b/update-theme.sh @@ -0,0 +1,5 @@ +rm -rf themes +mkdir themes +git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt +rm -rf themes/LoveIt/.git +git add themes