diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 20:57:37 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 20:57:37 -0300 |
| commit | d57a198852307f81b365d0c45138c495a0b12c71 (patch) | |
| tree | 879078931cc91ede24176de973b0fa758cf2a26d | |
| parent | 1ec44361b8d1baaafa75e61ad7ae8eaed7bcb1f9 (diff) | |
| download | metadot-d57a198852307f81b365d0c45138c495a0b12c71.tar.gz metadot-d57a198852307f81b365d0c45138c495a0b12c71.tar.bz2 | |
Use .md extension
| -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.mdwn - echo "" >> README.mdwn - echo "This is the repository for $1 configuration." >> README.mdwn - echo "More information at https://git.sarava.org/?p=metadot.git" >> README.mdwn + 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.sarava.org/metadot.git" >> README.md echo "# As we are handling with config files, it might be better to" > .gitignore echo "# use a paranoid config by default." >> .gitignore |
