From 272bcfd0432ae028b2dcfcaef727cb8799593bb0 Mon Sep 17 00:00:00 2001 From: Alex Siman Date: Wed, 3 May 2017 00:14:27 +0300 Subject: [PATCH] Add link to full docs to README --- README.ls | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.ls b/README.ls index e7de938..2666335 100644 --- a/README.ls +++ b/README.ls @@ -8,17 +8,18 @@ require \xonom .run (repo, p)-> lines = [] $ = lines~push - $ '# New shell commands' - $ 'Joyable equivalents for existent linux commands' + $ '# Modern shell commands' + $ 'Handy alternative to old school linux commands, implemented in functional wayФ $ '' $ '![Nixar](http://content.screencast.com/users/a.stegno/folders/Jing/media/cf29f8c0-b343-4692-9e05-1ff44f37f48d/00000255.png)' $ '' $ 'npm install -g nixar' $ '' - $ '###Commands' + $ '## Commands' + $ 'See full docs [here](http://askucher.github.io/nixarweb/#/doc)' $ '' repo.commands.for-each (cmd)-> $ "#### #{cmd.name}" $ "#{cmd.desc}" console.log lines.join('\n') - require('fs').writeFileSync('README.md', lines.join(\\n), \utf8) \ No newline at end of file + require('fs').writeFileSync('README.md', lines.join(\\n), \utf8)