From d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 13 Aug 2016 14:43:32 -0300 Subject: Updates Skeleton README --- metadot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadot b/metadot index 47bd123..86a9504 100755 --- a/metadot +++ b/metadot @@ -138,10 +138,10 @@ elif [ "$OPT" == "create" ]; then cd $MODULES/$1 git init - echo "# $1 dotfile module" > README.md - echo "" >> README.md - echo "This is the repository for $1 configuration." >> README.md - echo "More information at https://git.fluxo.info/metadot.git" >> README.md + echo "# $1 dotfile module" > README.md + echo "" >> README.md + echo "This is the repository for $1 configuration." >> README.md + echo "More information at https://git.fluxo.info/metadot" >> README.md echo "TODO" > TODO.md echo "====" >> TODO.md -- cgit v1.2.3