aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-08-13 14:43:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-08-13 14:43:32 -0300
commitd2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a (patch)
treee043e0cd3fe31a3e0f62507a405ca6a233bfc561 /metadot
parent558c95854be8b497aa66db47dda0cffbf17c211e (diff)
downloadmetadot-d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a.tar.gz
metadot-d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a.tar.bz2
Updates Skeleton README
Diffstat (limited to 'metadot')
-rwxr-xr-xmetadot8
1 files 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