Browse Source

Add the complete example of ocla.ml page

 + Run oasis setup
Leo 9 years ago
parent
commit
fba7540afa
3 changed files with 13 additions and 7 deletions
  1. 7 2
      README.md
  2. 1 1
      _oasis
  3. 5 4
      setup.ml

+ 7 - 2
README.md

@@ -1,5 +1,5 @@
 <!--- OASIS_START --->
 <!--- OASIS_START --->
-<!--- DO NOT EDIT (digest: 061d9fe1cc20f6de4320e88705be3394) --->
+<!--- DO NOT EDIT (digest: 492a7db71356143ab62e76a69bbdfea8) --->
 
 
 OcLaunch - Launch commands automagically
 OcLaunch - Launch commands automagically
 ========================================
 ========================================
@@ -19,7 +19,12 @@ help](https://img.shields.io/badge/Get-Help!-orange.svg)](http://www.oclaunch.eu
 <hr/><p>OcLaunch is a command-line tool to launch successively (each time the
 <hr/><p>OcLaunch is a command-line tool to launch successively (each time the
 program is called) commands. It is designed to be used with any program,
 program is called) commands. It is designed to be used with any program,
 interactive or not. Feedback is welcome at contact@oclaunch.eu.org.<br/>
 interactive or not. Feedback is welcome at contact@oclaunch.eu.org.<br/>
-Detailed presentation at http://ocla.ml. Try it, it works automagically!</p>
+Detailed presentation at http://ocla.ml. Try it, it works
+automagically!</p><p>For example, here is a typical session (you open a
+terminal emulator between each item): <ul> <li>You open your first terminal,
+your chat client is opened,</li> <li>On second launch of a terminal, your
+task list is displayed,</li> <li>On third launch, everything has been done.
+You will not see anything more.</li> </ul></p>
 
 
 See the file [INSTALL.md](INSTALL.md) for building and installation
 See the file [INSTALL.md](INSTALL.md) for building and installation
 instructions.
 instructions.

File diff suppressed because it is too large
+ 1 - 1
_oasis


File diff suppressed because it is too large
+ 5 - 4
setup.ml