From 1d16e9896eb82fe27d49904a746c2e1e71f64cd7 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 21 Oct 2021 20:52:08 +0300 Subject: [PATCH] readme: fix template --- README.md | 4 ++-- scripts/doc.tpl | 44 ++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 7087cba..bc1d83f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Ansible roles for configuring Linux and MacOS environments. # Create README.md: $ make doc -# Configure local OS: -$ make +# Configure OS: +$ make [gentoo|macos] ``` ---- diff --git a/scripts/doc.tpl b/scripts/doc.tpl index 4601bdc..06ba77b 100644 --- a/scripts/doc.tpl +++ b/scripts/doc.tpl @@ -1,50 +1,50 @@ doc() { cat <<-EOF # OS Configuration - + Ansible roles for configuring Linux and MacOS environments. - + ## License - + [GNU General Public License v3.](https://www.gnu.org/licenses/gpl-3.0.html) - + ## Usage - + \`\`\` # Create README.md: $ make doc - - # Configure local OS: - $ make + + # Configure OS: + $ make [gentoo|macos] \`\`\` - + ---- - + ## Configuration files and scripts - + - [shellrc](https://code.envrm.info/src/shellrc) - Configuration files for shells (bash, tclsh, etc), X, WM and applications. - [scripts-linux](https://code.envrm.info/src/scripts-linux) - Various cli scripts. - + ---- - + ## Common Applications - + $apps_common - + ## Linux - + ### Applications - + $apps_linux - + ## MacOS - + ### Applications - + $apps_macos - + ### Other - + - [Keyman](https://keyman.com/mac/download) - Input method and screen keyboard for more than 1000 languages. EOF