diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-08-13 14:43:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-08-13 14:43:32 -0300 |
commit | d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a (patch) | |
tree | e043e0cd3fe31a3e0f62507a405ca6a233bfc561 | |
parent | 558c95854be8b497aa66db47dda0cffbf17c211e (diff) | |
download | metadot-d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a.tar.gz metadot-d2b2f28955b4fd7e45f2c2fc4c013e9470a8e88a.tar.bz2 |
Updates Skeleton README
-rwxr-xr-x | metadot | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |